• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

nkfのGitリポジトリのfork


Commit MetaInfo

Revisión4e632c30b502e56032a1781e4edf44ec462fe6ad (tree)
Tiempo2012-03-17 20:40:54
AutorNARUSE, Yui <naruse@user...>
CommiterNARUSE, Yui

Log Message

Cambiar Resumen

Diferencia incremental

--- a/nkf.c
+++ b/nkf.c
@@ -4190,8 +4190,12 @@ print_guessed_code(char *filename)
41904190 if (guess_f == 1) {
41914191 printf("%s\n", input_codename);
41924192 } else {
4193- printf("%s%s\n",
4193+ printf("%s%s%s\n",
41944194 input_codename,
4195+ iconv != w_iconv16 && iconv != w_iconv32 ? "" :
4196+ input_endian == ENDIAN_LITTLE ? " LE" :
4197+ input_endian == ENDIAN_BIG ? " BE" :
4198+ "[BUG]",
41954199 input_eol == CR ? " (CR)" :
41964200 input_eol == LF ? " (LF)" :
41974201 input_eol == CRLF ? " (CRLF)" :