Storing Currency Symbols in a Database Table
问题 We are using firebird as our database. How do we go about storing currency symbols in the database. Which character set should we use or what is generally best practice? For example storing "$" or "¥" appears straight forward but more complex symbols do not appear correctly in the database table, i.e. "₡" will not store in the database. What is generally accepted as "best practice" for this kind of thing. EDIT- Let me specify that the language we are using is C#. I suspected that UTF8 would