Opened 18 years ago
Closed 18 years ago
#73 closed タスク (fixed)
String型をUnicode対応にする
Reported by: | イグトランス (egtra) | Owned by: | イグトランス (egtra) |
---|---|---|---|
Priority: | 中-major | Milestone: | ablib_α1 |
Component: | ablib | Version: | |
Keywords: | String Unicode | Cc: |
Description
http://www.activebasic.com/forum/viewtopic.php?t=1807#7958 に書いたとおり次の3状態が存在するようにする。
- String Unicode, WinAPI Unicode (#define UNICODE)
- String Unicode, WinAPI ANSI (上下いずれも定義されていないとき)
- String ANSI, WinAPI ANSI (#define STRING_IS_NOT_ALWAYS_UNICODE)
Change History (2)
comment:1 by , 18 years ago
Status: | new → assigned |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
[137]にて完了しました。ただし#50との関係でClasses/System/String.ab以外は不完全です。