Search found 43 matches: accented

Return to advanced search

Re: Unicode vs UTF8

... 2 or 3 bytes for each character. All latin characters upto asc 127 are represented by the same single character both in Ansi and Utf8 encodings. Accented WU characters are encoded with 2 bytes. Complex scripts like Asian languages use 3 bytes for each character. utf8 also is one form of Unicode ...
by nageswaragunupudi
Sun Jan 07, 2024 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode vs UTF8
Replies: 2
Views: 1032

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

... using Windows APIs Any utf8 encoded text of any language in the World can be displayed using any Windows font. Ansi encoded text containing some accented characters of WU languages can be displayed only with a font created using the corresponding Charset. But most FWH functions display them by ...
by nageswaragunupudi
Sat Nov 25, 2023 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 945

New FTDN October/Octubre 2023 (FWH 23.10)

... WinUpper() and WinLower() wrappers to win32 API CharUpper() and CharLower() works with both ANSI and UTF8 encodings. Useful for WU language accented characters like Umlauts. While TRANSFORM( cUtf8, "@!" ) does not work, FW_TRANSFORM( cUtf8, "@!" ) works. * Fixed: samples\testtray.prg ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3915

Re: not ISOEM(), ISANSI() or IsUTF8()

... expected. Reason: As I said earlier, converting only the 7 umlaut characters is NOT enough at all. This kind of conversion, we need to do for all accented characters of German language. That is the reason I requested you to prepare a list of all such characters and provide us and then we will ...
by Jimmy
Wed Aug 30, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2165

Re: not ISOEM(), ISANSI() or IsUTF8()

... expected. Reason: As I said earlier, converting only the 7 umlaut characters is NOT enough at all. This kind of conversion, we need to do for all accented characters of German language. That is the reason I requested you to prepare a list of all such characters and provide us and then we will ...
by nageswaragunupudi
Wed Aug 30, 2023 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2165

Re: not ISOEM(), ISANSI() or IsUTF8()

We can also make all this in a single function.
For that can you provide me a list of ALL accented characters in German language?
Not only the 7 chars. We need all chars.
For example, there are other chars like: Ûúùõòóô, etc.
by nageswaragunupudi
Wed Aug 30, 2023 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2165

Re: Announcing DrXlsx 1.0 by Charles Kwon

In continuation: German Umlauts (also all accented characters of West European languages) are encoded differently in ANSI and UTF8. I posted more details in your other posting. All English characters and also all non-accented characters of other ...
by nageswaragunupudi
Sun Aug 27, 2023 4:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3910

Re: not ISOEM(), ISANSI() or IsUTF8()

We need to keep this in mind. While all English characters and all characters of other West European languages other than accented characters are represented by a single byte in both ANSI and UTF8 notiation, the accented characters (which include German Umlauts) are represented by a ...
by nageswaragunupudi
Sun Aug 27, 2023 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2165

Re: Search by format

Are you programming for East Asian languages? If you are confined to English and West European languages, all characters other than accented characters are represented by a single byte (and the same byte) both in ANSI and UTF8. So, normal RegEx expressions should work with UTF8 text also, ...
by nageswaragunupudi
Wed Aug 02, 2023 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search by format
Replies: 7
Views: 472

New FTDN July/Julio (FWH 23.07)

... is specified in RC file for non character gets is avoided. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43453 - Compatible with accented characters like German Umlauts even when FW_SetUnicode(.t.). The problem arises where certain accented chars have different notations in ANSI ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1083

Re: Bug in Harbour Descend()

The problem is: without any codepage settings (ie. EN codepage) Descend() is fine but accented chars from filesystem are wrong. With ITWIN (or other codepages I tried) the accented chars from filesystem are right but Descend() is not working. Any solutions will make ...
by cnavarro
Wed Oct 19, 2022 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1765

Re: Bug in Harbour Descend()

The problem is: without any codepage settings (ie. EN codepage) Descend() is fine but accented chars from filesystem are wrong. With ITWIN (or other codepages I tried) the accented chars from filesystem are right but Descend() is not working.

Any solutions will make me happy. :-)
by Enrico Maria Giordano
Wed Oct 19, 2022 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1765

Re: Bug in Harbour Descend()

... have special order in CP you are using. Look at this list archive for some easy to create custom DESCEND() replacements which can be used with non accented Latin based languages like Lithuanian or Polish ones. Dear Enrico Please try with this. I hope you find this codepage useful REQUEST HB_LANG_ITREQUEST ...
by cnavarro
Tue Oct 18, 2022 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1765

Re: Bug in Harbour Descend()

How do you deal with this bug? I need to use codepage with Harbour, otherwise the accented chars are not correctly read from the file system (ie. filenames, Directory(), File(), Memoread(), etc.). But doing so, Descend() function is not working anymore. I can't even ...
by Enrico Maria Giordano
Mon Oct 17, 2022 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1765

accented characters do not show in VSC

Guys: I am using the Visual Studio Code editor but the accented characters changes by � Where do I set the accents to respect me? Thanks       @ Fila, 4 SAY 'Se�ores  : '+FACTURA->RAZSOC OF oPrn      Fila++      @ Fila, 4 SAY 'Direcci�n: '+FACTURA->DIRECC ...
by artu01
Thu Jun 24, 2021 9:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: accented characters do not show in VSC
Replies: 0
Views: 179
Next

Return to advanced search