[sc-issues] [Issue 103381] Croatian fonts not displa yed corectly

2009-07-08 Thread resolv_25
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103381





--- Additional comments from resolv...@openoffice.org Wed Jul  8 12:22:47 
+ 2009 ---
Thanks for answer.
Encoding is set to UTF-8, display on the screen is correct.
Header looks like this:
header( "Content-type: application/vnd.ms-excel; charset=UTF-8 Content-Transfer-
Encoding: 8bit" );

English MS-Excel reads same document correctly.
Maybe is really the problem in non reading character >127
Anyhow, if there is any other solution to get Unicode character, would be 
grateful.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 103381] Croatian fonts not displa yed corectly

2009-07-07 Thread nmailhot
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103381


User nmailhot changed the following:

What|Old value |New value

  CC|''|'nmailhot'





--- Additional comments from nmail...@openoffice.org Tue Jul  7 19:08:58 
+ 2009 ---
There is no such thing as a standardised ASCII character set for anything with a
codepoint > 127 (that's why Unicode had to be invented)

If you want to exchange documents reliably, use UTF-8. OO.o is interpreting your
file as UTF-8, the characters that work is those that have the same values in
UTF-8 and in your local 8-bit encoding.

Your file would probably not work in an English Excel 2003 too

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 103381] Croatian fonts not displa yed corectly

2009-07-07 Thread resolv_25
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103381





--- Additional comments from resolv...@openoffice.org Tue Jul  7 11:46:33 
+ 2009 ---
Created an attachment (id=63411)
Croatian fonts not displayed correctly after export from PHP script (MS Excel 
displays same fonts correct)


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 103381] Croatian fonts not displa yed corectly

2009-07-07 Thread resolv_25
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103381
 Issue #|103381
 Summary|Croatian fonts not displayed corectly
   Component|Spreadsheet
 Version|1.0.0
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|spreadsheet
 Reported by|resolv_25





--- Additional comments from resolv...@openoffice.org Tue Jul  7 11:45:12 
+ 2009 ---
The file has been created by PHP script, converted characters from UTF-8 to 
ANSII characters.
MS Excel 2003 displays all fonts correctly 
Here is the list of fonts that has been replaced within the script as ASCII 
character.
(chr means character number)
"š", => chr(154)
"Š",=> chr(138)
"č", => chr(232)
"Č", => chr(200)
"đ", => chr(240)
"Đ", => chr(208)
"ž", => chr(158)
"Ž", => chr(142)
"ć", => chr(230)
"Ć" => chr(198)

Fonts chr(154), chr(138), chr(208), chr(158), chr(142) are displayed correctly, 
while others not.
I've tried with Open Office 2,4 and OO 3.0, both on Ubuntu 8.04 Linux.

In the attachment shall be file showing the characters (first line shall be 
ignored)
Line no. 33 with ID -  60 is showing the appearance  of characters.
Instead of TEST-ŠÐÈÆŽ-šðèæž 
shal beTEST-SĐČĆŽ-šđčćž

Maybe I shall use different character ?
All the best,
Franko I.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org