hi,
I have a question: how can I create my own code page? where can I get the documents about it? thanks.
creatxr
I want to create a new code page.
2009/7/10 Dmitry Gorbachev d.g.gorbachev@gmail.com
I have a question: how can I create my own code page? where can I get the documents about it? thanks.
Which code page you need?
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
It's a bit difficult to understand, what exactly you want to do.
Are you sure you are talking about what Wikipedia knows as "code pages" (http://en.wikipedia.org/wiki/Code_page) ?
Do you want to create a completely new one or do you want to implement a existing one for ReactOS?
As far as I know, ReactOS doesn't lack any code pages, so there would be no need to implement one.
My guess is you want to do something completely different than creating a new or implementing a code page and just don't know how to properly express yourself.
Kind regards,
David Hinz
Creatxr schrieb:
I want to create a new code page.
2009/7/10 Dmitry Gorbachev <d.g.gorbachev@gmail.com mailto:d.g.gorbachev@gmail.com>
> I have a question: how can I create my own code page? > where can I get the documents about it? > thanks. Which code page you need? _______________________________________________ Ros-dev mailing list Ros-dev@reactos.org <mailto:Ros-dev@reactos.org> http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
But I didn't find what I need in WIKI nor in MSDN like the data structure of code page. I want to create a completely new code page for windows.
2009/7/10 David Hinz post.center@gmail.com
It's a bit difficult to understand, what exactly you want to do.
Are you sure you are talking about what Wikipedia knows as "code pages" (http://en.wikipedia.org/wiki/Code_page) ?
Do you want to create a completely new one or do you want to implement a existing one for ReactOS?
As far as I know, ReactOS doesn't lack any code pages, so there would be no need to implement one.
My guess is you want to do something completely different than creating a new or implementing a code page and just don't know how to properly express yourself.
Kind regards,
David Hinz
Creatxr schrieb:
I want to create a new code page.
2009/7/10 Dmitry Gorbachev <d.g.gorbachev@gmail.com mailto:d.g.gorbachev@gmail.com>
> I have a question: how can I create my own code page? > where can I get the documents about it? > thanks. Which code page you need? _______________________________________________ Ros-dev mailing list Ros-dev@reactos.org <mailto:Ros-dev@reactos.org> http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev
I want to create a completely new code page for windows. But I don't know the data structure of code page.
Creatxr wrote:
But I don't know the data structure of code page.
Perhaps NLS_FILE_HEADER structure http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/rtltypes.h?revision=41418&view=markup#l_1246 is what you're looking for. See also http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/nls.c?view=markup and http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/misc/nls.c?view=markup.