To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60696





------- Additional comments from [EMAIL PROTECTED] Fri Oct  6 07:56:29 -0700 
2006 -------
A small test on Windows revealed that after removing all textenc functions from
the export and the textenc.lib from the makefile map the following symbols show
up as unresolved:

sal.lib(thread.obj) : error LNK2019: unresolved external symbol
_rtl_getTextEncodingFromWindowsCodePage referenced in function
_osl_getThreadTextEncoding
sal.lib(nlsupport.obj) : error LNK2001: unresolved external symbol
_rtl_getTextEncodingFromWindowsCodePage 
sal.lib(ustring.obj) : error LNK2019: unresolved external symbol
_rtl_destroyTextToUnicodeConverter referenced in function _rtl_string2UString
sal.lib(uri.obj) : error LNK2001: unresolved external symbol
_rtl_destroyTextToUnicodeConverter
sal.lib(ustring.obj) : error LNK2019: unresolved external symbol
_rtl_convertTextToUnicode referenced in function _rtl_string2UString
sal.lib(uri.obj) : error LNK2001: unresolved external symbol
_rtl_convertTextToUnicode
sal.lib(ustring.obj) : error LNK2019: unresolved external symbol
_rtl_createTextToUnicodeConverter referenced in function _rtl_string2UString
sal.lib(uri.obj) : error LNK2001: unresolved external symbol
_rtl_createTextToUnicodeConverter
sal.lib(string.obj) : error LNK2019: unresolved external symbol
_rtl_destroyUnicodeToTextConverter referenced in function
_rtl_impl_convertUStringToString
sal.lib(uri.obj) : error LNK2001: unresolved external symbol
_rtl_destroyUnicodeToTextConverter
sal.lib(string.obj) : error LNK2019: unresolved external symbol
_rtl_convertUnicodeToText referenced in function 
_rtl_impl_convertUStringToString
sal.lib(uri.obj) : error LNK2001: unresolved external symbol
_rtl_convertUnicodeToText
sal.lib(string.obj) : error LNK2019: unresolved external symbol
_rtl_createUnicodeToTextConverter referenced in function
_rtl_impl_convertUStringToString
sal.lib(uri.obj) : error LNK2001: unresolved external symbol
_rtl_createUnicodeToTextConverter
sal.lib(string.obj) : error LNK2019: unresolved external symbol
_rtl_getTextEncodingInfo referenced in function _rtl_impl_convertUStringToString

We could consider to put textenc into a separate library that will be loaded on
demand, at least for these functions. The functions in sal would just be
wrappers around the load-on-demand call.
To keep the sal library compatible we must do the same for the other 15 symbols
from textenc also. Shouldn't be a lot of work and we would never need to load
the tables as long as nobody needs to convert anything than UTF-8.

---------------------------------------------------------------------
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]

Reply via email to