Hi! 

On Tue, 27 Jul 2021, Tamás Gulácsi wrote:
> First, sort all the bytes (0-255) with Go and .Net, and compare them.
> For Unicode-unaware sorting, that'd be enough: create a mapping between the 
> two tables, 
> replace all the bytes in the Go's input before sort (or use a Less that 
> does the translation),
> thus replicating the .NET sort order.

I'll give that a try. While the names are meaningful in some way,
my program doesn't need to care (similar to how most Linux
filesystems don't have a notion of encoding, they just store byte
sequences as path elements).

Best,
Tobias

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/YQEMYO8oxeAgnOgr%40skade.schwarzvogel.de.

Reply via email to