Подскажите почему в скине обрезается русские слова.
Пример:
файл ini
[more]
##############################
[CONSTANTS]
##############################
# Control Types (DO NOT MODIFY)
# *Window* is used internally, do not use this value
_TYPE_Window = 0
# Button -- defines a button that can send a command (see below)
_TYPE_Button = 1
# Editbox -- Not particularly useful...
_TYPE_Editbox = 2
# Static -- text or image
_TYPE_Static = 3
# System Button Commands (DO NOT MODIFY)
_IDOK = 1
_IDCANCEL = 2
# App-defined Commands (DO NOT MODIFY)
_CMD_OPENPP = 10
_CMD_CLIENT = 11
_CMD_DISMISS = 12
_CMD_RELOADSKIN = 25
# Flags
_FLAG_ST_WRAP = 1
##############################
# Skin text colours
##############################
AcctOddCol = 64 128 255
SubjOddCol = 0 0 192
AcctEvnCol = 176 48 48
SubjEvnCol = 128 0 0
BLACK = 0 0 0
WHITE = 255 255 255
SubjFontSize = 10
AcctFontSize = 8
##############################
[MAIN]
##############################
# [Main] is a reserved tag -- this defines the MAIN WINDOW
# Note: All FONT tags specified in MAIN will be the default for other controls
Bitmap = main.bmp
BmpTrans = 0 0 0
# Slider_Enabled = 1: in/out
# Slider_Enabled = 2: slides in & stays
# Slider_Enabled = 3: Fade in/out
# Slider_Enabled = 4: Fade in
Slider_Enabled = 2
Slider_Speed = 15
Slider_Timer = 30
Slider_Delay = 8000
Slider_Pos = BR
Slider_Dir = UD
Translucency = 100
FontName = Arial
FontSize = 12
FontColor = BLACK
Sound = butler.wav
##############################
# CONTROLS
##############################
[sMsgNewMail]
Type = _TYPE_Static
Pos = 172 25
Size = 60 40
Label = %NumNewMsg%
FontName = Arial
FontColor = BLACK
FontSize = 20
FontBold = 1
[sLabel1]
Type = _TYPE_Static
Pos = 25 30
Size = 61 50
FontColor = 0 0 0
Label = Новая почта
FontName = Arial
FontColor = BLACK
FontSize = 18
[sLabel2]
Type = _TYPE_Static
Pos = 30 60
Size = 30 30
FontColor = 0 0 0
Label = письма(ем)
FontName = Arial
FontColor = BLACK
FontSize = 18
[sLabel3]
Type = _TYPE_Static
Pos = 30 90
Size = 30 30
FontColor = 0 0 0
Label = в ящике!
FontName = Arial
FontColor = BLACK
FontSize = 18
##############################
# DISPLAY DATA
##############################
#
# %NumNewMsg% = Total number of new messages
#
##############################
##############################
# DETAILS
##############################
##############################
# ACCOUNT STATS
##############################
[/more]