Typo in unicode normalization

db4
Daniel Ehrenberg 2009-01-04 22:22:18 -06:00
parent 142007f94d
commit 256eeb3d3e
1 changed files with 1 additions and 1 deletions

View File

@ -154,4 +154,4 @@ SYMBOL: char
nfd compose ;
: nfkc ( string -- nfkc )
nfkc compose ;
nfkd compose ;