Advertisement
Guest User

Untitled

a guest
Dec 1st, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. code:
  2. File.open(filename_out, 'w+:UTF-8') do |merge_file|
  3. File.open(filename_chinese, "r:UTF-8") do |f|
  4. merge_file.write(f.read)
  5. end
  6. end
  7.  
  8.  
  9. few lines of input / output
  10. input:
  11. <DIALOG Name="Win_Login" Width="226" Height="423" CanMove="false">
  12. <Resource>
  13. <FrameImage FileName="Frame\LoginAccountBg.tga"/>
  14. </Resource>
  15. <EDIT Name="DEFAULT_Txt_Account" x="46" y="75" Width="133" Height="18" MaxLen="50" Command="login">
  16. <Text FontName="方正细黑一简体" FontSize="10" Color="255,255,128,255"/>
  17. </EDIT>
  18.  
  19.  
  20. output:
  21. <DIALOG Name="Win_Login" Width="226" Height="461" CanMove="false">
  22. ਍ऀ㰀刀攀猀漀甀爀挀攀㸀ഀഀ
  23. <FrameImage FileName="Frame\LoginAccountBg_20120925.tga"/>
  24. ਍ऀ㰀⼀刀攀猀漀甀爀挀攀㸀ഀഀ
  25. <EDIT Name="DEFAULT_Txt_Account" x="46" y="101" Width="133" Height="18" MaxLen="50" Command="login">
  26. ਍ऀऀ㰀吀攀砀琀 䘀漀渀琀一愀洀攀㴀∀뤀捥왫텾ž聎卻≏ 䘀漀渀琀匀椀稀攀㴀∀㄀ ∀ 䌀漀氀漀爀㴀∀㈀㔀㔀Ⰰ㈀㔀㔀Ⰰ㄀㈀㠀Ⰰ㈀㔀㔀∀⼀㸀ഀഀ
  27. </EDIT>
  28. ਍ऀ㰀䔀䐀䤀吀 一愀洀攀㴀∀吀砀琀开倀愀猀猀圀漀爀搀∀ 砀㴀∀㐀㘀∀ 礀㴀∀㄀㔀㜀∀ 圀椀搀琀栀㴀∀㄀㌀㐀∀ 䠀攀椀最栀琀㴀∀㄀㠀∀ 倀愀猀猀眀漀爀搀㴀∀琀爀甀攀∀ 䴀愀砀䰀攀渀㴀∀㈀ ∀ 䌀漀洀洀愀渀搀㴀∀氀漀最椀渀∀㸀ഀഀ
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement