VirtualTam's bookmarks
14 bookmarks found
Page 1 of 1
-
Text normalization in Go
2024-11-28 Standard library:
- unicode - Data and functions to test some properties of Unicode code points
Extra libraries:
- golang.org/x/text - Supplementary Go packages for text processing, many involving Unicode
- golang.org/x/text/runes - Tansforms for UTF-8 encoded text
- golang.org/x/text/transform - Reader and writer wrappers that transform the bytes passing through
- golang.org/x/text/unicode/norm - Types and functions for normalizing Unicode strings
- golang.org/x/text/unicode - Building blocks for other packages in golang.org/x/text
Third-party libraries:
- anyascii/go - Converts Unicode characters to their best ASCII representation
RFCs:
- RFC 8264 - PRECIS Framework: Preparation, Enforcement, and Comparison of Internationalized Strings in Application Protocols
- RFC 8265 - PRECIS for Usernames and Passwords
- RFC 8266 - PRECIS for Nicknames
Resources:
-
- Re: Return of the Obra Dinn [GDC 2016 Demo Build] - Dithering Process
- Ditherpunk — The article I wish I had about monochrome image dithering
- Cyan's Richard A. Watson - Dithering 101 (archive)
- Differentiable Dithering
- What the Heck is Blue Noise?
- Generating Blue Noise Textures With Void And Cluster
- Why Your Website Should Use Dithered Images
- Why Your Website Should Not Use Dithered Images
Online dithering tools:
-
Double colon in LDIF
2019-06-19 -
-
Packages using struct field tags:
- https://golang.org/pkg/encoding/json/
- https://golang.org/pkg/encoding/xml/
- https://golang.org/pkg/reflect/
- https://github.com/golang/go/wiki/Well-known-struct-tags
Articles:
- https://blog.golang.org/json-and-go
- https://www.golang-book.com/books/intro/9#section1
- https://sosedoff.com/2016/07/16/golang-struct-tags.html
- https://gobyexample.com/json
Threads:
-
Ned Batchelder: Pragmatic Unicode
2017-04-10 -
UTF-8 Everywhere
2017-02-03 -
Unicode In Python, Completely Demystified
2014-08-24
Page 1 of 1