Blender Git Commit Log
Git Commits -> Revision 77427b0
August 16, 2021, 04:19 (GMT) |
Win32 IME: Replace Usage of Language IDs This is a slight refactoring of the Win32 IME code to remove the use of Language IDs, which is now strongly deprecated. Instead this uses the new recommended Locale Names, ie ISO-639-1 2-letter abbreviated names like "en" for English rather than ID 0x09. See D12143 for more details. Differential Revision: https://developer.blender.org/D12143 Reviewed by Ray Molenkamp |
Commit Details:
Full Hash: 77427b036b4b4428ab4d5d87152a1be4b3612e09
Parent Commit: 58639ff
Committed By: YimingWu
Lines Changed: +99, -135