This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package rfs.rebb | |
package common | |
/** | |
* Performs standard Java/unicode normalization on the trimmed and lowercased form | |
* of the input String and then adds a few extra tricks for dealing with special | |
* characters. | |
* | |
* JVM/Unicode normalization references (warning: learning curve black hole, beware!): | |
* |