unxed
unxed
Unicode Free Vision (Free Pascal's Turbo Vision implementation) has been merged to Free Pascal main branch: https://github.com/fpc/FPCSource/tree/main/packages/fv/src (see units with names starting with "u")
> It definitely is grapheme based. The combining character is part of the grapheme. It sounds like the current implementation is codepoint based, which is almost always the wrong way...
besside-ng supports -R switch which allows regex filtering use negative lookahead to filter ESSID's you don't need For example, to exclude any networks containing "DIRECT" string inside ESSID, run ```...
Это из чята репорт, версия вот такая: 
> ah https://github.com/corporateshark/far2l-macros far2l configuration now stored differently, converted whose macros to new format, added PR https://github.com/corporateshark/far2l-macros/pull/8
How to build unicode test app from sources: 1. You need Ubuntu 22.04 or another relatively fresh distro as it needs fresh free pascal compiler (3.1.1+). 2. `apt install fpc`...
> Its just yet another example of second sentence of Known issues: And essentially same bug as this, for example - #825 Perhaps it will be easier for the beginning...
With #1279 it looks much better (combining chars unsupported, but at least layout is preserved):    
Fixed unneeded spaces between CJK chars under TTY backend (PR is the [same](https://github.com/elfmz/far2l/pull/1279)): 
got minimal required conditions for reproducing this 1. mkdir test1 2. cd test1 3. mkdir test2 4. cd .. 5. tar -czf test.tgz test1 6. open test.tgz 7. open test1...