Displaying 2 results from an estimated 2 matches for "iso_1".
Did you mean:
iso1
2006 Oct 11
3
Accents
Hello, I''m having troubles with accents in words I retrieve from
database.
What I expect is ''RetenciĆ³n'' but what I get is ''Retenci?n''. When I
retrieve that info with a Java app it
works fine. Is there any solution?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2005 Aug 25
2
Custom Application For Asterisk
...static char abcdhostname[30] = "";
static char abcddbname[30] = "";
static char abcddbuser[30] = "";
static char abcdpassword[30] = "";
static char abcdcharset[30] = "";
static char abcdlanguage[30] = "";
#define DEFAULTCHARSET "iso_1"
#define DEFAULTLANGUAGE "us_english"
static int connected = 0;
static int mssql_connect(void);
static int mssql_disconnect(void);
static int play_file(struct ast_channel *chan, char *filename);
AST_MUTEX_DEFINE_STATIC(tdslock);
static TDSSOCKET *tds;
static TDSLOGIN *login;
static...