GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 
Gedcom in Ansi(Ascii)


https://support.genopro.com/Topic25693.aspx
Print Topic | Close Window

By maru-san - Thursday, March 25, 2010
From the file menu we can export a Unicode formatted GedCom file for Genopro, but also in other encoding formats.

I do have some cousins back in Germany who work with genealogy programs(other than GenoPro) which only accept Ansi(Ascii) formatted files.
What needs to be done to change the encoding format for Gedcom files exported through the report generator?
By jcmorin - Thursday, March 25, 2010
ASCII is a very old character set that have no accent or any foreign alphabet, but if you generate English report only I guess you could do that.

You can open any file in Unicode and convert it to ASCII/ANSI using notepad "Save As..." menu.

By Nand - Thursday, March 25, 2010
ANSI is perfectly capable to handle the national character sets of 15+ European languages.  Not just plain English.
By jcmorin - Friday, March 26, 2010
Nand (3/25/2010)
ANSI is perfectly capable to handle the national character sets of 15+ European languages. Not just plain English.

Your right but that depend on the codepage used... and that where the nightmare start!
If you write the file on your computer and shared it with someone using a different base codepage all characters can be wrongly interpreted.

Since Unicode with UTF-8 encoding have been widely accepted as simpler and superior to handle all characters for all languages ANSI have been pretty much abandon, it's a legacy for old software.

http://en.wikipedia.org/wiki/Windows-1252 <- most used codepage for Latin based language.

http://en.wikipedia.org/wiki/Code_page <- read more about codepage.