Search found 1053 matches: UNICODE

Searched query: unicode

by Jan Rysavy
03 Apr 2024, 14:47
Forum: Obecná diskuze
Topic: Open Salamander: Překlad komentářů z češtiny do angličtiny
Replies: 6
Views: 19466

Re: Open Salamander: Překlad komentářů z češtiny do angličtiny

Krátkodobě: za mě překlad komentářů a rozběhnutí automatického sestavení nightly buildů na GitHub.

Elias chce implementovat Unicode: https://github.com/OpenSalamander/salam ... ussions/47

V delším horizontu netuším, co kdo bude mít chuť tvořit...
by Jan Rysavy
03 Apr 2024, 07:54
Forum: Obecná diskuze
Topic: Open Salamander: Překlad komentářů z češtiny do angličtiny
Replies: 6
Views: 19466

Re: Open Salamander: Překlad komentářů z češtiny do angličtiny

... znovu: neměli byste někdo chuť a čas na review spolupracovat, abychom projekt v rozumném čase dokončili ? Elias se následně chystá na podporu pro Unicode a další úlohy, to by mohla být motivace.
by Kokufm
01 Mar 2024, 16:38
Forum: Problems and Troubleshooting
Topic: Incorrect Russian characters
Replies: 8
Views: 10495

Re: Incorrect Russian characters

I changed my 'Language for non-Unicode programs' to 'English (United States' then restarted Windows then set 'Language for non-Unicode programs' back to Russian then restarted again. May be, there were some other operations with switching ...
by SvA
05 Feb 2024, 20:33
Forum: Problems and Troubleshooting
Topic: The Search function (Ctrl-F)m does not work
Replies: 4
Views: 557

Re: The Search function (Ctrl-F)m does not work

... default values. Can You help me? Lubor. Salamander does not use any index for it's search. Salamander searches for your string in a simple way. No Unicode support, very limited support for different text encodings. No support for content filters (filters that extract text from an otherwise binary ...
by mtomy2008
01 Feb 2024, 13:21
Forum: General Discussion
Topic: Unicode version (early preview)
Replies: 56
Views: 240274

Re: Unicode version (early preview)

Great! I’m excited for it too! download lagu
by xm
19 Dec 2023, 15:49
Forum: General Discussion
Topic: Open Salamander on GitHub
Replies: 10
Views: 86993

Re: Open Salamander on GitHub

... the heart - they made me laugh, thanks.) On my wish list is also support for paths longer than the MAX_PATH relic (after the already mentioned UNICODE).
by Jan Rysavy
09 Dec 2023, 14:59
Forum: General Discussion
Topic: Open Salamander on GitHub
Replies: 10
Views: 86993

Re: Open Salamander on GitHub

... Switch PictView plugin to WIC image engine (pvw32cnv.dll is not open sourced) Upgrade OpenSSL for FTP client Upgrade WinSCP plugin Unicode support: https://forum.altap.cz/viewtopic.php?t=44639 Dark mode support Idea: we can move to GitHub Discussions: https://github.com/OpenSalamander/salamander/discussions
by ladis
07 Dec 2023, 17:22
Forum: Obecná diskuze
Topic: Unicode verze (ukázka)
Replies: 27
Views: 46645

Re: Unicode verze (ukázka)

Neuvěřitelné! Omlouvám se, že jsem pochyboval a klaním se až k zemi. Mimochodem, ten kód nevypadá nijak zle a obavy o jeho kvalitu jsou spíš nemístnou skromností. Děkuji.
by Jan Rysavy
05 Dec 2023, 09:15
Forum: General Discussion
Topic: Unicode version (early preview)
Replies: 56
Views: 240274

Re: Unicode version (early preview)

Open Salamander comments translation topic moved to viewtopic.php?t=45272
by Jan Rysavy
05 Dec 2023, 04:53
Forum: Obecná diskuze
Topic: Unicode verze (ukázka)
Replies: 27
Views: 46645

Re: Unicode verze (ukázka)

Kdo máte zájem se zapojit, jste vítáni: https://github.com/OpenSalamander/salamander
by Jan Rysavy
04 Dec 2023, 21:42
Forum: General Discussion
Topic: Open Salamander: Czech to English comments translation
Replies: 9
Views: 47078

Re: Unicode version (early preview)

Another option, GitHub Copilot with Visual Studio 2022:
1.png
1.png (103.08 KiB) Viewed 47145 times
2.png
2.png (264.5 KiB) Viewed 47145 times
by -=Majkl=-
04 Dec 2023, 21:39
Forum: General Discussion
Topic: Open Salamander: Czech to English comments translation
Replies: 9
Views: 47078

Re: Unicode version (early preview)

I was a bit worried about the missing diacritics in the source (Czech) strings, but it looks like AI understood the meaning. The most critical differences are in the used terminology. I've used "fetch" for "vytáhnu" (which does not sound technical at all :D), while AI used "...
by Jan Rysavy
04 Dec 2023, 21:17
Forum: General Discussion
Topic: Open Salamander: Czech to English comments translation
Replies: 9
Views: 47078

Re: Unicode version (early preview)

That looks great! I just tried out ChatGPT 4, maybe it could make things a bit easier?
I have small python script to extract comments from source file.

https://chat.openai.com/share/f52583f6- ... 803e1fd192
by -=Majkl=-
04 Dec 2023, 18:19
Forum: General Discussion
Topic: Open Salamander: Czech to English comments translation
Replies: 9
Views: 47078

Re: Unicode version (early preview)

It would be great! The core of the Salamander is located in the '\src' directory, which includes files like bitmap.cpp, bitmap.h, and so on. https://github.com/OpenSalamander/salamander/tree/main/src I would use Visual Studio Code or Visual Studio (Community Edition) for such work, both have spell ...