mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
732998a22e
PR: ports/13395 Submitted by: knu@and.or.jp
24 lines
618 B
Plaintext
24 lines
618 B
Plaintext
*** src/l10n_conv.c.orig Tue Aug 17 01:17:43 1999
|
|
--- src/l10n_conv.c Tue Aug 17 01:17:59 1999
|
|
***************
|
|
*** 10,18 ****
|
|
#ifdef L10N
|
|
#ifdef JAPANESE
|
|
if(!strcmp(to, "toLocal")){
|
|
! return toStringEUC( t_in );
|
|
}else if(!strcmp(to, "toNet")){
|
|
! return toStringSJIS( t_in );
|
|
}
|
|
#else ifdef RUSSIAN
|
|
if(!strcmp(to, "toLocal")){
|
|
--- 10,18 ----
|
|
#ifdef L10N
|
|
#ifdef JAPANESE
|
|
if(!strcmp(to, "toLocal")){
|
|
! return toStringEUCfromSJIS( t_in );
|
|
}else if(!strcmp(to, "toNet")){
|
|
! return toStringSJISfromEUC( t_in );
|
|
}
|
|
#else ifdef RUSSIAN
|
|
if(!strcmp(to, "toLocal")){
|