Search found 211 matches: bom

Return to advanced search

Re: Save csv file in utf8 with BOM

Hello Cristobar. I already solved it by applying the header to utf8 BOM Method N_SignoCepLayout_BuildAll(f_cFileCvsSalva)   Local lc_cFileCvsConteudo := ""   Local lc_cUtf8Header := ""   ::N_SignoCepLayout_CabecalhoBuild()  ...
by Giovany Vecchi
Thu Sep 07, 2023 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save csv file in utf8 with BOM
Replies: 2
Views: 165

Re: Save csv file in utf8 with BOM

What characters do you add in the header? Please, try .../...   lc_cFileCvsConteudo     := ::cCabecalhoCampos //+ CRLF   lc_cFileCvsConteudo     += hb_StrToUTF8(::cTxtOcorrenciasAll)   hb_MemoWrit(f_cFileCvsSalva,lc_cFileCvsConteudo)&...
by cnavarro
Thu Sep 07, 2023 4:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save csv file in utf8 with BOM
Replies: 2
Views: 165

Save csv file in utf8 with BOM

The characters are in the utf8 standard, but when I import it into a third-party system, it says that the file is not utf8. Does anyone have a solution? Method N_SignoCepLayout_BuildAll(f_cFileCvsSalva)   Local lc_cFileCvsConteudo := ""   ::N_SignoCepLayout_Cabe...
by Giovany Vecchi
Wed Sep 06, 2023 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save csv file in utf8 with BOM
Replies: 2
Views: 165

Re: Envio de datos a MS ACCESS

Hola amigo. Se me ocurre que puede ser... Mira en el ide que utilizas si guarda los archivos con BOM (zero-width no-break space). Esto lei en un foro que era motivo para no mostrar los caracteres españoles en ACCESS, hay muchos ides que permiten guardar sin BOM, el FivEdit ...
by jvtecheto
Sat Dec 03, 2022 5:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio de datos a MS ACCESS
Replies: 2
Views: 291

Migranting xHarbour for Harbour

... Inc. \tmp\obj901\GER.c: Warning W8065 \\SIS\\FSQL901\\LIB\\GER.PRG 831: Call to function 'ISNIL' with no prototype in function HB_FUN_BOM Warning W8065 \\SIS\\FSQL901\\LIB\\GER.PRG 858: Call to function 'ISNIL' with no prototype in function HB_FUN_EOM Warning W8065 \\SIS\\FSQL901\\LIB\\GER.PRG ...
by Ari
Thu Aug 25, 2022 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migranting xHarbour for Harbour
Replies: 18
Views: 879

Re: Convert and print chinese idioms

... and api documentation, it is difficult to know what encoding it accepts. In any case, I like to test UTF8 encoding once again with prefix of BOM (byte order mark). I am not sure it works, but nothing wrong in trying once. Try to send this byte stream: Chr( 239 )+Chr( 187)+Chr( ...
by nageswaragunupudi
Fri Jul 22, 2022 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert and print chinese idioms
Replies: 3
Views: 470

Re: XBrowse ::bRClickHeader is not support unicode?

... https://i.postimg.cc/TwgGZTs2/xbrhead.png Hi Dutch, Could you show ::bRClickHeader sampel code? Your PRG save as UTF-8 include BOM or no BOM? I use read Xrbowse col and show menuitem work fine.
by richard-service
Fri Nov 26, 2021 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse ::bRClickHeader is not support unicode?
Replies: 6
Views: 659

Re: E-Mail UTF8 problem?

... test my code and if it success, please send me back that file (if do not disturb you)? Dear Dutch Fivedit allows saving the file in UTF8 (also not BOM), and BIG ENDIAN, but I didn't have to do that either for it to work correctly. I have looked at your code and I do not see anything that prevents ...
by dutch
Wed Jul 21, 2021 5:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: E-Mail UTF8 problem?
Replies: 28
Views: 2487

Re: E-Mail UTF8 problem?

Dear Dutch Fivedit allows saving the file in UTF8 (also not BOM), and BIG ENDIAN, but I didn't have to do that either for it to work correctly. I have looked at your code and I do not see anything that prevents it from working properly. Do you have a language ...
by cnavarro
Mon Jul 19, 2021 1:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: E-Mail UTF8 problem?
Replies: 28
Views: 2487

Re: E-Mail UTF8 problem?

... The source code file has saved for supporting utf8. Dear cnavarro, I try as your suggestion but it doesn't work. I saved this file as UTF8-No Bom already. It shows in my Outlook as picture. Cloud you review this below code that I try as your suggestion please? Dear Dutch What file are you ...
by dutch
Mon Jul 19, 2021 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: E-Mail UTF8 problem?
Replies: 28
Views: 2487

Re: E-Mail UTF8 problem?

dutch wrote:Dear cnavarro,

I try as your suggestion but it doesn't work. I saved this file as UTF8-No Bom already. It shows in my Outlook as picture.
Cloud you review this below code that I try as your suggestion please?



Dear Dutch
What file are you referring to?
I have not had to do anything
by cnavarro
Mon Jul 19, 2021 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: E-Mail UTF8 problem?
Replies: 28
Views: 2487

Re: E-Mail UTF8 problem?

Dear cnavarro, I try as your suggestion but it doesn't work. I saved this file as UTF8-No Bom already. It shows in my Outlook as picture. Cloud you review this below code that I try as your suggestion please? https://i.postimg.cc/13c76485/1626663676517.jpg ...
by dutch
Mon Jul 19, 2021 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: E-Mail UTF8 problem?
Replies: 28
Views: 2487

Re: E-Mail UTF8 problem?

... Test (English) email = 'เธ—เธ”เธชเธญเธš' [ 5x3 = 15 characters ] Hi, Dutch I have not try your code. How about PRG save as to Utf8 (Utf8 include BOM ) Thank you Richard for suggestion.
by dutch
Wed Jul 07, 2021 2:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: E-Mail UTF8 problem?
Replies: 28
Views: 2487

Re: E-Mail UTF8 problem?

Hi, Dutch

I have not try your code. How about PRG save as to Utf8 (Utf8 include BOM )
by richard-service
Tue Jul 06, 2021 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: E-Mail UTF8 problem?
Replies: 28
Views: 2487

Re: envio de emails

... 0) catch end if nRetorno <= 32 MsgStop('Não foi possível desativar o firewall, retorno: '+HB_NToS(nRetorno), 'Atenção!') endif Bira bom dia, me explique, motivo, razão ou causa, para o FireWall bloquear o envio de um simples e singelo email? E por qual motivo, você comete a "loucura" ...
by karinha
Thu Feb 11, 2021 3:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: envio de emails
Replies: 8
Views: 644
Next

Return to advanced search