Changeset 477 for trunk/thune/rune/rune.c
- Timestamp:
- 09/09/07 18:22:32 (15 months ago)
- Files:
-
- 1 modified
-
trunk/thune/rune/rune.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/rune/rune.c
r460 r477 892 892 else if( ur_stringSlice(ut, tos, &it, &end) && it ) 893 893 { 894 if( ur_encoding(tos) == UR_ENC_U TF16)894 if( ur_encoding(tos) == UR_ENC_UCS2 ) 895 895 { 896 896 uint16_t* uit = (uint16_t*) it;
