﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
285	ports/www/w3m: disabled M17N(multilingualization) option.	yamajun		"w3m (ports/www/w3m) is text based web browser/pager.  w3m is preferred 
non-Latin language user. It has a multilingualization(m17n) support.

w3m merged into PC-BSD 8.0(ports/textproc/xmlto depend on w3m).
But, w3m on PC-BSD lack of m17n option.  w3m cannot display 
non-Latin text.


Solution:[[BR]]
Add this configuration to pcbsd/trunk/build-files/conf/pcbsd-make.conf
{{{
.if ${.CURDIR} == ${PORTSDIR}/www/w3m
  M17N=YES
.endif
}}}

"	System Enhancement	closed	major		Misc	8.0	fixed	w3m www console m17n multilingualization	trac-bugs@…
