OSDN Git Service

multibyte: utf8.hpp, euc_jp.hpp, shift_jis.hpp Add.
authorMyun2 <myun2@nwhite.info>
Thu, 29 Jul 2010 17:43:30 +0000 (02:43 +0900)
committerMyun2 <myun2@nwhite.info>
Thu, 29 Jul 2010 17:43:30 +0000 (02:43 +0900)
roast/include/roast/str/multibyte/japanese/euc_jp.hpp [new file with mode: 0644]
roast/include/roast/str/multibyte/japanese/shift_jis.hpp [new file with mode: 0644]
roast/include/roast/str/multibyte/utf8.hpp [new file with mode: 0644]

diff --git a/roast/include/roast/str/multibyte/japanese/euc_jp.hpp b/roast/include/roast/str/multibyte/japanese/euc_jp.hpp
new file mode 100644 (file)
index 0000000..3ccc885
--- /dev/null
@@ -0,0 +1,14 @@
+//     Roast+ License
+
+/*
+       
+*/
+#ifndef __SFJP_ROAST__str__multi_byte__japanese__euc_jp_HPP__
+#define __SFJP_ROAST__str__multi_byte__japanese__euc_jp_HPP__
+
+namespace roast
+{
+
+}
+
+#endif//__SFJP_ROAST__str__multi_byte__japanese__euc_jp_HPP__
diff --git a/roast/include/roast/str/multibyte/japanese/shift_jis.hpp b/roast/include/roast/str/multibyte/japanese/shift_jis.hpp
new file mode 100644 (file)
index 0000000..1a215eb
--- /dev/null
@@ -0,0 +1,14 @@
+//     Roast+ License
+
+/*
+       
+*/
+#ifndef __SFJP_ROAST__str__multi_byte__japanese__shift_jis_HPP__
+#define __SFJP_ROAST__str__multi_byte__japanese__shift_jis_HPP__
+
+namespace roast
+{
+
+}
+
+#endif//__SFJP_ROAST__str__multi_byte__japanese__shift_jis_HPP__
diff --git a/roast/include/roast/str/multibyte/utf8.hpp b/roast/include/roast/str/multibyte/utf8.hpp
new file mode 100644 (file)
index 0000000..b112679
--- /dev/null
@@ -0,0 +1,14 @@
+//     Roast+ License
+
+/*
+       
+*/
+#ifndef __SFJP_ROAST__str__multi_byte__utf8_HPP__
+#define __SFJP_ROAST__str__multi_byte__utf8_HPP__
+
+namespace roast
+{
+
+}
+
+#endif//__SFJP_ROAST__str__multi_byte__utf8_HPP__