To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85222
User rt changed the following:
What |Old value |New value
================================================================================
Status|STARTED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Jan 15 08:49:07 +0000
2008 -------
Got the following patch by hro and applied it as masterfix for OOH680 (m3) and
SRC680 (m243):
@@ -991,6 +991,15 @@
defaultEncoding = osl_getTextEncodingFromLocale(NULL);
OSL_ASSERT(defaultEncoding != RTL_TEXTENCODING_DONTKNOW);
+
+ /*
+ Tools string functions call abort() on an unknown encoding so ASCII
+ is a meaningfull fallback regardless wether the assertion makes sense.
+ */
+
+ if ( RTL_TEXTENCODING_DONTKNOW == defaultEncoding )
+ defaultEncoding = RTL_TEXTENCODING_ASCII_US;
+
g_thread.m_textencoding.m_default = defaultEncoding;
}
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]