Search Results
|
|
|
Thread: Emojis
Post: RE: Emojis
InsiteFX Wrote: (01-26-2023, 01:07 AM)
--
You also need to set it in the app/Config/Database.php file.
PHP Code:
--
/**
* The default database connection.
*/
public array $default ... |
|
5,322 Views
8 Replies
|
01-27-2023, 11:58 AM gregknight |
|
|
|
Thread: Emojis
Post: RE: Emojis
I've tried everything I know of and it just doesn't work. I'm guessing that CI 1.7.0 didn't support emojis..... So, how hard is it to upgrade very old code to the newer version of CI??? |
|
5,322 Views
8 Replies
|
01-25-2023, 11:41 AM gregknight |
|
|
|
Thread: Emojis
Post: RE: Emojis
kenjis Wrote: (01-24-2023, 05:14 PM)
--
MySQL table has its charset. If it is not utf8mb4, you cannot save emojis correctly.
--
I only see a collation for the table and it is set to utf8mb4_unicode_c... |
|
5,322 Views
8 Replies
|
01-25-2023, 08:53 AM gregknight |
|
|
|
Thread: Emojis
Post: RE: Emojis
InsiteFX Wrote: (01-24-2023, 01:52 AM)
--
You can get the CI version using echo CI_VERSION;
You may need to use php htmlspecialchars() and php htmlentities()
to convert them, run them on the f... |
|
5,322 Views
8 Replies
|
01-24-2023, 09:20 AM gregknight |
|
|
|
Thread: Emojis
Post: Emojis
I have an old PHP app that has an email feature. The problem we are having is the Subject and Message boxes in the email feature will not handle saving emojis to the database or retrieving emojis fro... |
|
5,322 Views
8 Replies
|
01-23-2023, 09:37 AM gregknight |
|