chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
In the web interface only, new 'short' track name part context. This
[disorder]
/
lib
/
test.c
diff --git
a/lib/test.c
b/lib/test.c
index b2e1dc541ff836134519e7e153dba0941ca6e5d3..2b40a44999ee6cf834754b2594a130576dcbd8ee 100644
(file)
--- a/
lib/test.c
+++ b/
lib/test.c
@@
-350,13
+350,16
@@
static void test_casefold(void) {
else
l = c;
break;
else
l = c;
break;
+#if 0
+ /* unidata-based case folding doens't support special cases */
case 0xB5: /* MICRO SIGN */
case 0xB5: /* MICRO SIGN */
- l = 0x3
B
C; /* GREEK SMALL LETTER MU */
+ l = 0x3
9
C; /* GREEK SMALL LETTER MU */
break;
case 0xDF: /* LATIN SMALL LETTER SHARP S */
insist(!strcmp(ls, "ss"));
l = 0;
break;
break;
case 0xDF: /* LATIN SMALL LETTER SHARP S */
insist(!strcmp(ls, "ss"));
l = 0;
break;
+#endif
}
if(l) {
u[0] = l;
}
if(l) {
u[0] = l;