YAMAMOTO Takashi

Results 259 comments of YAMAMOTO Takashi

i pushed another patch for this branch. https://github.com/yamt/nvi2/commit/01eff8a6ed6bea6f2f9b0ed07f3ff8a8eac356ba it isn't netbsd-specific but it was easier to do within the same branch for me because it touches the same code as...

> > i pushed another patch for this branch. > > yamt@01eff8ahttps://github.com/yamt/nvi2/commit/01eff8a6ed6bea6f2f9b0ed07f3ff8a8eac356ba > > I've heard of the problem; need some time to understand. basically stateful encodings like iso-2022-jp need...

i'm not sure what you mean. isspace etc is locale sensitive.

it might happen to work for you, but not for me. using isascii() on wchar_t has the same problem. please use iswXXX(), or wctob(). at least O commands with autoindent...

LANG=ja_JP.eucJP unset LC_xxx vi :set fileencoding=iso-2022-jp :set ai i今日[ESC]O and vi ihoge[ESC]o今日[ESC]kJ

> This library isn't really ready for inclusion in Wasmtime yet. Work would need to be done to allow the `wasmtime` dependency itself to have a different version to enable...

i guess i can submit a patch. but the only implementation i can actually test by myself is mbedtls.

mbedtls and unix socket: https://github.com/LiamBindle/MQTT-C/pull/156

@przemyslawzygmunt thank you. i have similar workarounds in my app. but i feel it's nicer if these things are handled by the library more naturally. on the other hand, changing...

have you done this mechanically?