summaryrefslogtreecommitdiffstats
path: root/modules/charset/charset.go
Commit message (Collapse)AuthorAgeFilesLines
* deps: update and fix chardet import (#9351)Antoine GIRARD2019-12-141-1/+1
|
* Fix utf8 tests (#8192)guillep2k2019-09-211-1/+1
| | | | | | | | * Prevent compiler environment from making the tests fail * Remove unused function * Pass lint
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-151-0/+152
* Convert files to utf-8 for indexing * Move utf8 functions to modules/base * Bump repoIndexerLatestVersion to 3 * Add tests for base/encoding.go * Changes to pass gosimple * Move UTF8 funcs into new modules/charset package