Pugnator

Results 4 comments of Pugnator

@dougnazar what about char32_t and u32string? I'm using it al lot in asian language tools. Are you planning to create new PR with it or I'll do it instead when...

> Unfortunately _SQLite_ doesn't natively support UTF-32, so there is no API to pass through to. They've recently added `sqlite3_bind_text64()` however it only accepts `SQLITE_UTF8`, `SQLITE_UTF16`, `SQLITE_UTF16BE`, or `SQLITE_UTF16LE`. >...

Have the same issue, installed python 3.12 from the official site, default settings, Windows 10. The problem is pip installs the mecab.dll together with fugashi into `c:\users\user\appdata\roaming\python\lib\site-packages\fugashi\libmecab.dll` But the library...

> Glad you figured it out, and sorry you had to deal with this. > > To be clear, while I still don't understand this very well, as far as...