Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
utf-8
- Page 1
Evaluating OpenAI GPT 4.1 for Text Summarization and Classification Tasks
Programming
Computer Science
2 Weeks Ago
by usmanmalik57
… dataset = pd.read_csv(r"/content/train.csv", encoding= '
utf
-
8
') print(f"Dataset Shape: {dataset.shape}") dataset.head…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
…quot;) while True: command = conn.recv(1024).decode('
utf
-
8
') if command.lower() == 'exit': break elif command… == 'exit': client_socket.send(command.encode('
utf
-
8
')) break client_socket.send(command.encode('
utf
-
8
')) client_socket.close() if __name__ == "…
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Biiim
… block. */ try { /* Set the mail sender. */ $mail->CharSet = "
UTF
-
8
"; $mail->Encoding = 'base64'; $mail->isSMTP(); $mail->…
Re: utf-8 encoding issues with strtolower
Programming
Web Development
14 Years Ago
by mschroeder
…CODE] <?php header('Content-Type: text/html; charset=
utf
-
8
'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD …quot;Content-Type" content="text/html; charset=
utf
-
8
" /> <title>Untitled Document&…the string with the ASCII characters capitalized and the
utf
-
8
characters untouched. However strtolower seems to corrupt the …
Re: utf-8 encoding issues with strtolower
Programming
Web Development
14 Years Ago
by mschroeder
….utf8-chartable.de/unicode-utf8-table.pl[/url] to get
UTF
-
8
characters to test. [CODE] $string = 'Թ'; echo 'Uppercase: '.mb_convert_case($string, …MB_CASE_UPPER, "
UTF
-
8
").'<br />'; echo 'Lowercase: '.mb_convert_case($string, MB_CASE_LOWER, "…
Re: utf-8 encoding issues with strtolower
Programming
Web Development
14 Years Ago
by diafol
…myself lately. I forgot to include the all important "
UTF
-
8
" parameter, so that's why I was still …non-ASCII character in there somewhere. As I understand it,
UTF
-
8
will cover *almost* anything. When I tested my remote setup…some odd reason!), and they ALL were
UTF
-
8
-ified. OK, there's the
UTF
-16/
UTF
-32 WITH BIG/SMALL/BOM. If you…
utf-8 encoding issues with strtolower
Programming
Web Development
14 Years Ago
by diafol
…: [CODE]<?php header('Content-Type: text/html; charset=
utf
-
8
'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML…equiv="Content-Type" content="text/html; charset=
utf
-
8
" /> <title>Untitled Document</… having researched, I know strtolower can't cope with
UTF
-
8
very well, so it suggests using the mb_ functions.…
UTF-8 dying in include file
Programming
Web Development
14 Years Ago
by diafol
Hi all. Having more problems with
utf
-
8
and Iñtërnâtiônàlizætiø…-equiv="Content-Type" content="text/html;charset=
utf
-
8
" /> </head> <body>…: [ATTACH]20097[/ATTACH] I've tried putting the
utf
-
8
header in various placed to no avail. Has anybody … bonkers. //EDIT - all pages are save as
UTF
-
8
without BOM.
Re: UTF-8 dying in include file
Programming
Web Development
14 Years Ago
by diafol
… file was an ANSI, but I changed it to a
UTF
-
8
without BOM. Unfortunately, I didn't check the state of… from the editor pasted it into Notepad++ and saved as
UTF
-
8
without BOM and now it's perfect. Can't believe…
Re: UTF-8
Programming
Databases
15 Years Ago
by colweb
… is what you want. If you have your tables all
utf
-
8
encoded and want your php script and queries to do…;?php header('Content-type: text/html; charset=
UTF
-
8
');[/CODE] to get php to work in
utf
-
8
and [CODE]if (!$db->set_charset… = new mysql.... ) so all data in your queries go in
utf
-
8
as well.
utf-8
Programming
Web Development
20 Years Ago
by alchiasp
… am wodering how to store and retrieve czech, or other
utf
-
8
related language, characters using IIS 5.0 and SQL server…. Of course I have tryed to add and remove the
utf
-
8
charset into the head with the same sad results. Where…
UTF-8 to database
Programming
Web Development
11 Years Ago
by xxmp
… form that a user insert some input form accept-charset='
UTF
-
8
' action="addcommentcheck.jsp" method="post" id…> and at addcommentcheck.jsp i do request.setCharacterEncoding("
UTF
-
8
"); But when i try to insert it to database…
UTF-8 and PDF
Programming
Web Development
19 Years Ago
by om1d_h
Hi, I need to generate a PDF report from my MySql. The problem appears when we want to write in Persian. The PDFlib appearently doesn't support
UTF
-
8
. I also checed UFPDF. It neither work well. Any advice? I use: PHP Version 4.3.7 mysql: Client API version 3.23.49
UTF-8 causing problems with IE6 over SSL
Programming
Web Development
16 Years Ago
by justinman
I recently discovered that IE6 will display a blank screen if you are in SSL and you click on a link that points to a
UTF
-
8
page. However, if you refresh the page will be displayed. However, even if the page contains a link to itself, clicking on the link again will render a blank page.
Re: UTF-8 causing problems with IE6 over SSL
Programming
Web Development
16 Years Ago
by digital-ether
… and you click on a link that points to a
UTF
-
8
page. However, if you refresh the page will be displayed…
UTF-8 in Dev-c++?
Programming
Software Development
16 Years Ago
by Shmera
Hi everybody! I would really appreciate any help on this. I have googled for an hour without a result. Few different hints but no one understandable enough. I want to use Latvian or
UTF
-
8
(Unicode) characters in Dev-C++ to input and output text from console. Can anybody give me a hint how to do this?
Re: UTF-8 and PDF
Programming
Web Development
15 Years Ago
by haggis-man
I am also interested in
UTF
-
8
support PDFlib Lite since I need to write Cyrillic text into a PDF. Any suggestions please?
UTF-8 to ASCII
Programming
Software Development
15 Years Ago
by wish4129
… ask is there anyway to read a txt file with
UTF
-
8
encoding using streamreader or filestream. the txt file is contain…
UTF-8
Programming
Databases
15 Years Ago
by FreshGe
Hello can you help me add
utf
-
8
coding to this query $settings = dbarray(dbquery ("SELECT * FROM ".DB_SETTINGS )); it displayes whole mysql data echo $settings['maintenance_message']; echo $settings['data']; echo $settings['warn']; etc
UTF-8 processing
Programming
Software Development
14 Years Ago
by InnocentVamp
…. I know that for this I have to process the
UTF
-
8
code. Can any one help me out with the suggested…
Utf 8 mysql
Programming
Databases
13 Years Ago
by softDeveloper
Hi all, I have Text in MySQL
utf
8
and an iframe displaying this text, and the page content is utf8. Does anybody know why the iframe caret position doesn't match with MySQL position when there are line breaks, and how to fix it? Regards
Re: Utf 8 mysql
Programming
Databases
13 Years Ago
by softDeveloper
Hi, I saw this article: [url]http://breckyunits.com/code/ansi_or_ascii_and_unicode_or_utf8_and_newlines[/url] It appears that MySQL considers '\r\n' and the iframe in JSP displays the linebreaks without '\r'. So I saved the file as UNIX EOL in Notepad++ and now it works. But both MySQL and jsp have everything in
UTF
-
8
.
Re: Utf 8 mysql
Programming
Databases
13 Years Ago
by smantscheff
[QUOTE]But both MySQL and jsp have everything in
UTF
-
8
[/QUOTE] And is this a problem?
Re: Utf 8 mysql
Programming
Databases
13 Years Ago
by softDeveloper
No, I want everything in
UTF
-
8
! The problem was '\r' that was messing up all the application
utf-8 to acsii decompresor
Programming
Web Development
11 Years Ago
by otengkwaku
Hi guys, i am working on a project the need me to convert a compressed obj file using webgl
utf
-
8
compresor [webgl-loader](https://code.google.com/p/webgl-loader/) back to it acsii version. I will like someone to point me in the rigth direction. i am comfused as to how to do the decompression
Re: utf-8 in php
Programming
Web Development
16 Years Ago
by ldaves
… ? Seems text garbled, or text encoded differently. To deal with
utf
-
8
content we can use utf8_encode() / utf8_decode() functions.[/QUOTE] d string… from email with header [CODE] Content-Type: text/plain; charset=
UTF
-
8
Content-Transfer-Encoding: base64 [/CODE] so I assume its a…
Re: utf-8 in php
Programming
Web Development
16 Years Ago
by martin5211
Is that really a
utf
-
8
string ? Seems text garbled, or text encoded differently. To deal with
utf
-
8
content we can use utf8_encode() / utf8_decode() functions.
Re: UTf-8 fetch title an description problem
Programming
Web Development
16 Years Ago
by ~s.o.s~
… resource e.g. Content-Type and Content-Encoding. Just having
utf
-
8
charset doesn't mean the content is not encoded in… used when serving data or having data which isn't
utf
encoded and being served as unicode.
Re: Utf-8 (cyrillic) problem
Programming
Web Development
13 Years Ago
by diafol
…=utf8_general_ci'); ?>[/CODE] Ensure that your page is encoded as
UTF
-
8
in the head and place all the code above in… head, use this: [CODE]header ('Content-type: text/html; charset=
utf
-
8
');[/CODE]
Re: utf-8 in php
Programming
Web Development
16 Years Ago
by ldaves
problem solved! the
UTF
-
8
string need to be decoded with base64 first to be readable form. sorry for the misunderstood
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC