Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
49cd54b8
Kaydet (Commit)
49cd54b8
authored
May 25, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix encoding: EUC-KR to utf8
Change-Id: I49db117b191af624ce3c300ef13acf48301e9bf3
üst
18927056
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
hcode.h
hwpfilter/source/hcode.h
+5
-5
No files found.
hwpfilter/source/hcode.h
Dosyayı görüntüle @
49cd54b8
...
...
@@ -37,22 +37,22 @@ DLLEXPORT hchar ksc5601_han_to_ucs2 (hchar);
DLLEXPORT
hchar
ksc5601_sym_to_ucs2
(
hchar
);
DLLEXPORT
hchar_string
hstr2ucsstr
(
hchar
const
*
hstr
);
/**
*
한컴스트링을 완
성형스트링으로 변환한다.
*
한컴스트링을 완성형스트링으로 변환한다
.
*/
DLLEXPORT
::
std
::
string
hstr2ksstr
(
hchar
const
*
hstr
);
/**
*
한글을 포함할 수 있는 char
형스트링을 한컴스트링으로 변환한다.
*
한글을 포함할 수 있는 char형스트링을 한컴스트링으로 변환한다
.
*/
DLLEXPORT
hchar_string
kstr2hstr
(
uchar
const
*
src
);
/**
* hwp
의 경로를 unix형
태로 바꾼다.
* hwp
의 경로를 unix형태로 바꾼다
.
*/
DLLEXPORT
::
std
::
string
urltounix
(
const
char
*
src
);
/**
* hwp
의 경로를 windows형
태로 바꾼다.
* hwp
의 경로를 windows형태로 바꾼다
.
*/
#ifdef _WIN32
DLLEXPORT
::
std
::
string
urltowin
(
const
char
*
src
);
...
...
@@ -63,7 +63,7 @@ DLLEXPORT ::std::string urltowin(const char *src);
DLLEXPORT
char
*
Int2Str
(
int
value
,
const
char
*
format
,
char
*
buf
);
/**
* color
인덱스 값과 음영값을 조합하여
스타오피스의 color로 변환
* color
인덱스 값과 음영값을 조합하여 스타오피스의 color로 변환
*/
DLLEXPORT
char
*
hcolor2str
(
uchar
color
,
uchar
shade
,
char
*
buf
,
bool
bIsChar
=
false
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment