Differences From Artifact [cbba34b9c4]:
- File src/OFString_UTF8.h — part of check-in [9817eab3be] at 2012-10-13 21:29:30 on branch trunk — Rename s->UTF8 to s->isUTF8. (user: js, size: 1166) [annotate] [blame] [check-ins using]
To Artifact [95548bcd00]:
- File src/OFString_UTF8.h — part of check-in [49f58f3edd] at 2012-12-16 15:09:44 on branch trunk — Fix a comment that accidentally was documentation. (user: js, size: 1165) [annotate] [blame] [check-ins using]
︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - + | */ #import "OFString.h" @interface OFString_UTF8: OFString { @public |
︙ |