mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Fix JIS code support.
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
This commit is contained in:
parent
3a00f2c11f
commit
946eff5c2d
1 changed files with 3 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: syscons.c,v 1.70 1998/01/12 15:34:17 kato Exp $
|
||||
* $Id: syscons.c,v 1.71 1998/01/12 15:38:20 kato Exp $
|
||||
*/
|
||||
|
||||
#include "sc.h"
|
||||
|
|
@ -2755,8 +2755,9 @@ scan_esc(scr_stat *scp, u_char c)
|
|||
case '(': /* iso-2022: designate 94 character set to G0 */
|
||||
#ifdef KANJI
|
||||
scp->kanji_type = 0x40;
|
||||
#endif
|
||||
#else
|
||||
scp->term.esc = 5;
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue