Search found 1072 matches: unicode

Searched query: unicode

by therube
21 Jul 2026, 20:23
Forum: Problems and Troubleshooting
Topic: Not opening some files
Replies: 1
Views: 2985

Re: Not opening some files

... somewhere right around there. 259 is OK. Didn't have a 260 on hand... 261 fails.)


There could be other reasons too.
Like an "illegal" (perhaps unicode ?) [to Windows] character in a filename, in such cases will cause a no-action result in Salamander.


Maybe ? some of these newer Salamanders can ...
by SelfMan
09 Jul 2026, 20:13
Forum: Problems and Troubleshooting
Topic: Problems with Polish characters
Replies: 4
Views: 56097

Re: Problems with Polish characters

You can try the OpenSalamander clone - Sally, which is actively developed by 0xeb
https://github.com/0xeb/sally
it has unicode support and that should help you with the problem.
Just keep in mind that it's a 3rd party developer and Sally may have bugs.
by co1
09 Jul 2026, 09:35
Forum: Problems and Troubleshooting
Topic: Problems with Polish characters
Replies: 4
Views: 56097

Re: Problems with Polish characters

... Name in Windows explorer:
Z25BORY032 Klubalová
Shown name in Salamander:
Z25BORY032 Klubalova´
I tried Slovak and Czech as a locale for non unicode programs.
Environment is Windows 11, current verion.
Salamander shows the file but no action is possible.
General windows language is set to ...
by KRtek™
10 Jun 2026, 15:20
Forum: Obecná diskuze
Topic: Downlad
Replies: 63
Views: 578576

Re: Downlad

... pokusu o mergnutí funkce Tabbed panels do Sallyho jsem nebyl schopný vyřešit konflikty - ve forku Sally je změněno hodně částí (asi kvůli podpoře Unicode), které se dotýkají stejných míst, na které sahá i úprava skrz Tabbed panels, takže (podle mě) jsou tyto dva forky kódem nekompatibilní (to je ...
by ejor
02 May 2026, 14:41
Forum: General Discussion
Topic: RedSalamander
Replies: 3
Views: 21818

RedSalamander

Crazy new version

long time no see but work progressing
https://github.com/RedSalamanders/RedSalamander

New version there, still unicode and long path everywhere
Rewrite most of the UI to remove Win32, now mainly DirectX native
Fix a lot and add functionnalities

updated the doc:
https://github.com ...
by ejor
02 May 2026, 10:53
Forum: Obecná diskuze
Topic: Crazy new version
Replies: 7
Views: 57766

Re: Crazy new version

long time no see but work progressing
https://github.com/RedSalamanders/RedSalamander

New version there, still unicode and long path everywhere
Rewrite most of the UI to remove Win32, now mainly DirectX native
Fix a lot and add functionnalities

updated the doc:
https://github.com/RedSalamanders ...
by ejor
24 Feb 2026, 11:57
Forum: Obecná diskuze
Topic: Crazy new version
Replies: 7
Views: 57766

Crazy new version

... is welcome
the doc is there https://github.com/RedSalamanders/RedSalamander/tree/main/Docs

you could have:
- theming
- long path support
- Unicode support
- FTP/SFTP/SCP/S3/IMAP support
- view picture and Raw picture
- ....

of course still a lost of feature missing and a lot of polish ...
by ejor
08 Feb 2026, 19:58
Forum: General Discussion
Topic: Reality check on the Open Source transition?
Replies: 2
Views: 29261

Re: Reality check on the Open Source transition?

progressing on a new version with unicode, long path, and theme :D
https://github.com/RedSalamanders/RedSalamander

any comments is welcome
as you could see this is a work in progress project everything rebuild from scratch
by ejor
26 Dec 2025, 12:58
Forum: Problems and Troubleshooting
Topic: Is anyone working the Open Source for Salamander?
Replies: 3
Views: 55591

Re: Is anyone working the Open Source for Salamander?

Progressing well on a completly new rewritten version in C++ and directX
Unicode support and theme
I hope will be public beginning next year
https://imgur.com/a/OHxX3lv
by ejor
20 Dec 2025, 14:13
Forum: Feature Requests
Topic: Unicode Support
Replies: 37
Views: 335908

Re: Unicode Support

working on it :)
by James301
05 Dec 2025, 02:55
Forum: Feature Requests
Topic: Unicode Support
Replies: 37
Views: 335908

Re: Unicode Support

... have this added to AS. I've been adding all my CD's into my music server, and I found out that the world music databases use a lot of non standard Unicode Symbols. So sorting through my music catalog i can't use AS. (bummer) More then that, I's really sad to see this post originally started back in ...
by akhan
23 Nov 2025, 01:30
Forum: General Discussion
Topic: Unicode and SFTP
Replies: 0
Views: 64132

Unicode and SFTP

yes, almost there, unicode and SFTP (generally its already working even with unicode)

very soon!
by SelfMan
20 Nov 2025, 00:31
Forum: Problems and Troubleshooting
Topic: Problems with Polish characters
Replies: 4
Views: 56097

Re: Problems with Polish characters

Salamnder does not support unicode. Hence you have to set the System locale to Polish
by jaaara
11 Aug 2025, 17:08
Forum: Problémy a jejich řešení
Topic: Windows 11 a diakritika v názvech
Replies: 11
Views: 197428

Re: Windows 11 a diakritika v názvech

Řešil jsem trochu jiný problém, a to nestandardní interpretaci diakritiky v Unicode názvech souborů při přenosu z MACu na PC, například zaslaných mailem v zazipovaném archivu. Po rozbalení archivu na PC (ne prostřednictvím Salamanderu) jsou v Průzkumníku Windows soubory zobrazeny "naoko" v pořádku ...
by powerlicht
20 Jan 2025, 18:27
Forum: Problems and Troubleshooting
Topic: Broken images in Markdown viewer
Replies: 7
Views: 75057

Re: Broken images in Markdown viewer

... there.
2025-01-20_182147.png


MD-Helper_fix-ImagePath___DragDrop-ImagePath.cmd

<# :

@echo off
:: Path-List transfer to powershell as UniCode!!!
:: ECHO ---------------------------------------------------------
:: ECHO.ECHO %%*:
:: ECHO %*
ECHO %* | clip
:: ECHO ...