text icon indicating copy to clipboard operation
text copied to clipboard

[mirror] Go text processing support

Results 24 text issues
Sort by recently updated
recently updated
newest added

This upgrades x/text from Unicode 15.0.0 to Unicode 15.1.0 via go generate. The only other changes are extremely minor changes to internal/export/idna TestConformance to account for changes on the Unicode...

Updated version of the original pull request #9.

Problem golang/go#63173 The current iteration of the package designed for word translation, golang.org/x/text/message, is not working as expected. The problem lies in the fact that the package's translation functions are...

If extract or rewrite are called with no arguments it results in a segmentation fault, since we dereference the out flag that was not defined for these commands. Fixes golang/go#62697

The previous command no longer installs executable files to `$GOPATH/bin`.

### Issue Current implementation of **AppendReverse()** and **ReverseString()** does not check for modifier runes, which causes modifiers to be applied to wrong characters after string is reversed. ### Proposed change...

### Issue The existing implementation of ***Profile.process** erroneously accepts trailing dots when verifyDNSLength is true. This behavior is described in the Unicode Technical Standard 46 at https://unicode.org/reports/tr46/#ToASCII ### Proposed change...

encoding/traditionalchinese: separate traditional chinese into big5 and big5-HKSCS Fixes https://github.com/golang/go/issues/43581 examples: ================================================== 8007 0x5A77 婷 => big5 19240 0x5A77 婷 => big5-HKSCS ================================================== 8616 0x745C 瑜 => big5 19672 0x745C...

Fixes go modules support for this project. See also https://github.com/golang/go/issues/24661

cla: no