Bug 97862 - [ PATCH ] no UTF-8 support in libslang on FreeBSD 4.x
Summary: [ PATCH ] no UTF-8 support in libslang on FreeBSD 4.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-25 01:10 UTC by Dan Lukes
Modified: 2006-05-29 12:18 UTC (History)
0 users

See Also:


Attachments
file.diff (659 bytes, patch)
2006-05-25 01:10 UTC, Dan Lukes
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Lukes 2006-05-25 01:10:17 UTC
	libslang 1.4.9 can be compiled with WITH_UTF8 but resulting library is
unusable on FreeBSD 4.x because lack of support for mbrtowc() and wcwidth() in libc

Fix: Disable the UTF8 configuration for FreeBSD 4.x
How-To-Repeat: 	Compile libslang WITH_UTF8 then try to use it in another application. 
Unresolved symbol error occur during linkage
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-05-25 01:12:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2006-05-29 12:18:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!