skip to Main Content

importing csv to mysql database – how to read file with Polish characters? – Phpmyadmin

I have a csv file which it has a Polish characters too. The content of this is here: ID_WORKER;FNAME;LNAME;WORKERS_GROUP;POSITION; 1;Paweł;ĄąĆćĘꣳŃńÓ󌜏źŻż;IT;IT Specialist; 6;Dawid;ĄąĆćĘꣳŃńÓ󌜏źŻż;Technologists;Technologists; 8;Maciej;ĄąĆćĘꣳŃńÓ󌜏źŻż;Storekeepers;Storekeeper; As you see it has these characters like "Ąą Ćć Ęę Łł Ńń Óó Śś Źź Żż".…

VIEW QUESTION

How can I show HTML formatted inline query – Telegram

In my Telegram Bot I need to show HTML formatted view in my inline query: private static async void BotOnInlineQueryReceived( object sender, InlineQueryEventArgs inlineQueryEventArgs) { Console.WriteLine( $"Received inline query from: {inlineQueryEventArgs.InlineQuery.From.Id}"); InlineQueryResultBase[] results = { new InlineQueryResultArticle( id: "1", title…

VIEW QUESTION
Back To Top
Search