6
|
Georg Schölly Crazy Developer · 技术社区 · 15 年前 |
![]() |
1
3
这个命令行在Linux上对我有效:
注意。
我使用了
|
![]() |
2
1
我遇到了和你一样的问题。您可以编辑icu\include\utf8.h并替换以下行 #ifdef U_UTF8_IMPL U_EXPORT const uint8_t #elif defined(U_STATIC_IMPLEMENTATION) || defined(U_COMMON_IMPLEMENTATION) U_CFUNC const uint8_t #else U_CFUNC U_IMPORT const uint8_t /* U_IMPORT2? */ /*U_IMPORT*/ #endif utf8_countTrailBytes[256]; 具有 const uint8_t countTrailBytes[256]; 这应该能奏效。 |
![]() |
Declan McKenna · 为什么我的模式在非用户换行时中断? 9 年前 |