Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • TortoiseGit TortoiseGit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 366
    • Issues 366
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TortoiseGitTortoiseGit
  • TortoiseGitTortoiseGit
  • Issues
  • #796
Closed
Open
Issue created Aug 02, 2015 by Sven Strickroth@mrtuxOwner

plz add code page name "cp949"

By gr8t... on May 19, 2011 02:39 (imported from Google Code)


What steps will reproduce the problem?

  1. add below settings to git config

[i18n]
commitencoding = cp949
logoutputencoding = cp949

but cannot display properly Korean commit log messages with cp949

What is the expected output? What do you see instead?

display properly Korean commit log messages with cp949

What version of the product are you using? On what operating system?

TortoiseGit 1.6.5
Windows7

Please provide any additional information below.

content of unified diff file
@@ -66,6 +66,7 @@ int CUnicodeUtils::GetCPCode(CString &codename)
{932, _T("shift_jis")},// ANSI/OEM Japanese; Japanese (Shift-JIS)
{936, _T("gb2312")},// ANSI/OEM Simplified Chinese (PRC, Singapore); Chinese Simplified (GB2312)
{949, _T("ks_c_5601-1987")},// ANSI/OEM Korean (Unified Hangul Code)

  •   {949, _T("cp949")},// ANSI/OEM Korean (Unified Hangul Code)   
      {950, _T("big5")},// ANSI/OEM Traditional Chinese (Taiwan; Hong Kong SAR, PRC); Chinese Traditional (Big5)   
      {1026,_T("IBM1026")},// IBM EBCDIC Turkish (Latin 5)   
      {1047,_T("IBM01047")},// IBM EBCDIC Latin 1/Open System   
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking