[PR #49] [CLOSED] Wchar #122

Closed
opened 2026-05-05 03:40:53 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/49
Author: @mirek-fidler
Created: 11/21/2021
Status: Closed

Base: masterHead: wchar


📝 Commits (10+)

📊 Changes

149 files changed (+2359 additions, -1432 deletions)

View changed files

📝 autotest/UnicodeInfo/UnicodeInfo.cpp (+1 -1)
📝 autotest/WStringSerialize/WStringSerialize.cpp (+1 -1)
📝 autotest/WStringSerialize/etalon.log (+137 -101)
📝 autotest/WStringSerialize/wstring.bin (+0 -0)
autotest/std_wstring/std_wstring.cpp (+25 -0)
autotest/std_wstring/std_wstring.upp (+9 -0)
examples/GetMemoryBlockSize/GetMemoryBlockSize.cpp (+17 -0)
examples/GetMemoryBlockSize/GetMemoryBlockSize.upp (+9 -0)
examples/MemorySize/MemorySize.cpp (+17 -0)
examples/MemorySize/MemorySize.upp (+9 -0)
examples/WeirdBug/WeirdBug.cpp (+13 -0)
examples/WeirdBug/WeirdBug.upp (+9 -0)
📝 rainbow/WinAlt/DrawTextWinAlt.cpp (+3 -2)
📝 rainbow/WinAlt/TopWinAlt.cpp (+1 -1)
📝 reference/OpenGL/OpenGL.upp (+1 -1)
📝 uppbox/FontMaps2/TypeReader.cpp (+57 -73)
📝 uppbox/FontMaps2/TypeReader.h (+5 -8)
📝 uppbox/FontMaps2/main.cpp (+92 -22)
📝 uppsrc/CodeEditor/FindReplace.cpp (+2 -2)
📝 uppsrc/Core/App.cpp (+26 -24)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/49 **Author:** [@mirek-fidler](https://github.com/mirek-fidler) **Created:** 11/21/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `wchar` --- ### 📝 Commits (10+) - [`e594a7b`](https://github.com/ultimatepp/ultimatepp/commit/e594a7bb75bc7b7da21425578672c5f7d4b9ad76) uppsrc: developing wchar32 - [`fa49e67`](https://github.com/ultimatepp/ultimatepp/commit/fa49e6797992c56556d9ded3d45487d1d5f7aa68) Core: WString serialize fixed - [`2f2e202`](https://github.com/ultimatepp/ultimatepp/commit/2f2e2022e1cd8eba5625361c78935dfa3a6043cb) developing wchar32 - [`87aaaaf`](https://github.com/ultimatepp/ultimatepp/commit/87aaaafe63b462635c673539f051b77761eeba04) developing wchar16 - [`054d8d2`](https://github.com/ultimatepp/ultimatepp/commit/054d8d220b3fcb05472187d52a18952106ee18a1) developing wchar32 - [`65dcd2a`](https://github.com/ultimatepp/ultimatepp/commit/65dcd2a5dd3e1f839836f7a1a6f27d8f88b27c3c) Cout() in Win32 is now always UTF8 - [`7808879`](https://github.com/ultimatepp/ultimatepp/commit/78088797e0e16e6c6d19d60f23a9673201756963) rebasing - [`7e15af9`](https://github.com/ultimatepp/ultimatepp/commit/7e15af9ff8c763ff1cccff6893e93c331901c368) more fixes - [`247acb1`](https://github.com/ultimatepp/ultimatepp/commit/247acb1a19630f28a75cf254a1516d07dca35359) wchar - [`97c52cd`](https://github.com/ultimatepp/ultimatepp/commit/97c52cd232056113a38d270ab4e8e3ded51122ae) wchar ### 📊 Changes **149 files changed** (+2359 additions, -1432 deletions) <details> <summary>View changed files</summary> 📝 `autotest/UnicodeInfo/UnicodeInfo.cpp` (+1 -1) 📝 `autotest/WStringSerialize/WStringSerialize.cpp` (+1 -1) 📝 `autotest/WStringSerialize/etalon.log` (+137 -101) 📝 `autotest/WStringSerialize/wstring.bin` (+0 -0) ➕ `autotest/std_wstring/std_wstring.cpp` (+25 -0) ➕ `autotest/std_wstring/std_wstring.upp` (+9 -0) ➕ `examples/GetMemoryBlockSize/GetMemoryBlockSize.cpp` (+17 -0) ➕ `examples/GetMemoryBlockSize/GetMemoryBlockSize.upp` (+9 -0) ➕ `examples/MemorySize/MemorySize.cpp` (+17 -0) ➕ `examples/MemorySize/MemorySize.upp` (+9 -0) ➕ `examples/WeirdBug/WeirdBug.cpp` (+13 -0) ➕ `examples/WeirdBug/WeirdBug.upp` (+9 -0) 📝 `rainbow/WinAlt/DrawTextWinAlt.cpp` (+3 -2) 📝 `rainbow/WinAlt/TopWinAlt.cpp` (+1 -1) 📝 `reference/OpenGL/OpenGL.upp` (+1 -1) 📝 `uppbox/FontMaps2/TypeReader.cpp` (+57 -73) 📝 `uppbox/FontMaps2/TypeReader.h` (+5 -8) 📝 `uppbox/FontMaps2/main.cpp` (+92 -22) 📝 `uppsrc/CodeEditor/FindReplace.cpp` (+2 -2) 📝 `uppsrc/Core/App.cpp` (+26 -24) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:40:53 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#122
No description provided.