-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uptex-{euc,sjis}: test for Windows (#136)
- Loading branch information
Showing
12 changed files
with
140 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
abc ���¦� �ѧҧ� �������� ŷ�Ͽ� |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
abc $B&A&B&C(B $B'Q'R'S(B $B$"%""(!o(B $BE7CO?M(B |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
abc ������ �p�q�r ���A���� �V�n�l |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
% fnさざ波-euc.tex | ||
% EUC-JP encoding | ||
\catcode`\{=1 | ||
\catcode`\}=2 | ||
|
||
\immediate\write16{JOB[\jobname] :: We are in fnさざ波-euc.tex} | ||
|
||
\immediate\openout0=\jobname.txt | ||
\immediate\write0{abc αβγ абв あア※¥ 天地人} | ||
\immediate\closeout0 | ||
|
||
\relax\end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
% fn$B$5$6GH(B-jis.tex | ||
% ISO-2022-JP encoding | ||
\catcode`\{=1 | ||
\catcode`\}=2 | ||
|
||
\immediate\write16{JOB[\jobname] :: We are in fn$B$5$6GH(B-jis.tex} | ||
\immediate\openout0=\jobname.txt | ||
\immediate\write0{abc $B&A&B&C(B $B'Q'R'S(B $B$"%""(!o(B $BE7CO?M(B} | ||
\immediate\closeout0 | ||
\relax\end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
% fnさざ波-sjis.tex | ||
% Shift_JIS encoding | ||
\catcode`\{=1 | ||
\catcode`\}=2 | ||
|
||
\immediate\write16{JOB[\jobname] :: We are in fnさざ波-sjis.tex} | ||
|
||
\immediate\openout0=\jobname.txt | ||
\immediate\write0{abc αβγ абв あア※¥ 天地人} | ||
\immediate\closeout0 | ||
|
||
\relax\end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
% fnさざ波-utf8.tex | ||
% UTF-8 encoding | ||
\catcode`\{=1 | ||
\catcode`\}=2 | ||
|
||
\immediate\write16{JOB[\jobname] :: We are in fnさざ波-utf8.tex} | ||
|
||
\immediate\openout0=\jobname.txt | ||
\immediate\write0{abc αβγ абв あア※¥ 天地人} | ||
\immediate\closeout0 | ||
|
||
\relax\end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,3 @@ | |
\immediate\closeout0 | ||
|
||
\relax\end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters