Infernio
Infernio
@Utumno Dump Translator is *heavily* broken. After it was mentioned in #273 I got the basic part working again (it can write new translation files). Then I was dumbfounded that...
Whelp, nevermind that. Got it working correctly with German, now to see if it'll work for Chinese/Russian too. Edit: Works correctly for Chinese and Russian too :)
@Utumno Nasty traceback: ``` Traceback (most recent call last): File "bash\balt.pyo", line 1827, in __Execute File "bash\balt.pyo", line 890, in _conversation_wrapper File "bash\basher\installers_links.pyo", line 195, in Execute File "bash\bosh\bain.pyo", line...
I'll put together a quick POC and let the user who reported that test it. Only thing I'm afraid of is that this might turn into yet another game of...
Branch is up at `inf-232-unicodeSafe`.
@wrye-bash/bashers The os.environ traceback isn't fixed after all: ``` Traceback (most recent call last): File "bash\bash.pyo", line 263, in main File "bash\bash.pyo", line 358, in _main File "zipextimporter.pyo", line 74,...
Apparently py2 ignores the encoding argument when you call decode on a unicode object and tries decoding it again using ASCII: ``` PS C:\Users\Infernio> py -2 Python 2.7.18 (v2.7.18:8d21aa21f2, Apr...
Oof, that's way beyond my HTML/CSS/JS abilities 😛
This is all 310 territory, obviously. But sure, getting some input from a non-webdev-noob would be great 😅 > On 10. Mar 2021, at 00:51, Lojack wrote: > > ...
> maybe there is a way to define TES4 somehow shorter? There are [custom elements](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements), but that looks like it would require us to use Babel and a bunch of...