Title: Unicode Compatibility
Last modified: December 27, 2022

---

# Unicode Compatibility

 *  [Ivan T.](https://wordpress.org/support/users/ivanaggie/)
 * (@ivanaggie)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/unicode-compatibility/)
 * Hi! Does this plugin work with Unicode characters? I plan to use Cyrillic letters.
   Thank you!

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [Me](https://wordpress.org/support/users/cyberws/)
 * (@cyberws)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/unicode-compatibility/#post-16323588)
 * Yes the plugin should accept unicode. If you have issues let me know.
   Thank you.
 *  Thread Starter [Ivan T.](https://wordpress.org/support/users/ivanaggie/)
 * (@ivanaggie)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/unicode-compatibility/#post-16327150)
 * Jeremy, thank you again for the quick response. I’m testing the plugin and noticed
   that the 366 entries got reordered. My Day 1 shows “2022-10-22” instead of “2022-
   01-01” as I entered it on line 1. Also, Feb. 29 is not the 60th entry but 237th.
   I added something like “2022-02-29-NOPE” on line 60. The order is also fully 
   reversed. I added two pictures as illustration.
 * ![](https://i0.wp.com/igraonica.svetosavlje.org/wp-content/uploads/2022/12/CleverwiseDailyQuotes_MisMatch_1.
   jpg)
 * […]
 * ![](https://i0.wp.com/igraonica.svetosavlje.org/wp-content/uploads/2022/12/CleverwiseDailyQuotes_MisMatch_2.
   jpg)
 * Please let me know what I’m doing wrong. Thank you!
    -  This reply was modified 3 years, 5 months ago by [Ivan T.](https://wordpress.org/support/users/ivanaggie/).
 *  Plugin Author [Me](https://wordpress.org/support/users/cyberws/)
 * (@cyberws)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/unicode-compatibility/#post-16328039)
 * I just tested the plugin and it works fine with the dates correctly and Day 60
   as Feb 29th. What you described (after doubling checking the data is correctly
   entered) is to make sure the separator is correct.
   The plugin is looking for 
   enter/return for each day. So quote enter key quote enter. If something else 
   is used that can create issue. However, and unfortunately, there are two types
   of enter/return.This can create an issue. If you are having issues I would suggest
   trying the customer separator of /r which will use the other type.
 *  Thread Starter [Ivan T.](https://wordpress.org/support/users/ivanaggie/)
 * (@ivanaggie)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/unicode-compatibility/#post-16329105)
 * Hi Jeremy. I just tested with “/r” as the separator, and I get exactly the same
   issue. For some reason it sorts the records. I tried not using numbers, but just
   text and I get the same reordered set of tips.
 *  Plugin Author [Me](https://wordpress.org/support/users/cyberws/)
 * (@cyberws)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/unicode-compatibility/#post-16330366)
 * My apologizes it is \r as the other was a typo I did not catch. You could try
   replacing \r with \r\n using Notepad++ or some other pure text editor.
 *  Thread Starter [Ivan T.](https://wordpress.org/support/users/ivanaggie/)
 * (@ivanaggie)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/unicode-compatibility/#post-16330712)
 * Hi Jeremy. I tried using “\r\n” instead and I get into the same issue. I even
   tried using different browsers and it’s always the same issue. Here is a part
   of the code that I used: “2022-01-01\r\n2022-01-02\r\ […] \r\n2022-02-29-NO\r\
   n2022-03-01\r\n […] \r\n2022-12-28\r\n2022-12-29\r\n2022-12-30\r\n2022-12-31”.
   I used […] to shorten it here for illustration. There is no separator after the
   last 366th line, but it shows up and creates the 367th line, which I thought 
   was impossible.
 * I send you some pictures that show the pattern of the re-sorting that happens.
 * Thank you, as always.
 * ![](https://i0.wp.com/igraonica.svetosavlje.org/wp-content/uploads/2022/12/CleverwiseDailyQuotes_MisMatch_8.
   jpg)
 * ![](https://i0.wp.com/igraonica.svetosavlje.org/wp-content/uploads/2022/12/CleverwiseDailyQuotes_MisMatch_3.
   jpg)
 * ![](https://i0.wp.com/igraonica.svetosavlje.org/wp-content/uploads/2022/12/CleverwiseDailyQuotes_MisMatch_4.
   jpg)
 * ![](https://i0.wp.com/igraonica.svetosavlje.org/wp-content/uploads/2022/12/CleverwiseDailyQuotes_MisMatch_5.
   jpg)
 * ![](https://i0.wp.com/igraonica.svetosavlje.org/wp-content/uploads/2022/12/CleverwiseDailyQuotes_MisMatch_6.
   jpg)
 * ![](https://i0.wp.com/igraonica.svetosavlje.org/wp-content/uploads/2022/12/CleverwiseDailyQuotes_MisMatch_7.
   jpg)
 *  Plugin Author [Me](https://wordpress.org/support/users/cyberws/)
 * (@cyberws)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/unicode-compatibility/#post-16331202)
 * Yeah that’s not quite what I meant. Instead just add %break% at the end of each
   entry. Then set the custom separate as %break% and that way return/enter won’t
   be used at all.
 *  Thread Starter [Ivan T.](https://wordpress.org/support/users/ivanaggie/)
 * (@ivanaggie)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/unicode-compatibility/#post-16331926)
 * I tried this too and I have the same issue. Thanks for prompt responses…
 *  Plugin Author [Me](https://wordpress.org/support/users/cyberws/)
 * (@cyberws)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/unicode-compatibility/#post-16332341)
 * You are welcome. This is very odd. I would recommend trying the following using%
   break% as a custom separator.
 *     ```wp-block-code
       2023-01-01%break%
       2023-01-02%break%
       2023-01-03%break%
       2023-01-04%break%
       2023-01-05%break%
       2023-01-06%break%
       2023-01-07%break%
       2023-01-08%break%
       2023-01-09%break%
       2023-01-10%break%
       2023-01-11%break%
       2023-01-12%break%
       2023-01-13%break%
       2023-01-14%break%
       2023-01-15%break%
       2023-01-16%break%
       2023-01-17%break%
       2023-01-18%break%
       2023-01-19%break%
       2023-01-20%break%
       2023-01-21%break%
       2023-01-22%break%
       2023-01-23%break%
       2023-01-24%break%
       2023-01-25%break%
       2023-01-26%break%
       2023-01-27%break%
       2023-01-28%break%
       2023-01-29%break%
       2023-01-30%break%
       2023-01-31%break%
       2023-02-01%break%
       2023-02-02%break%
       2023-02-03%break%
       2023-02-04%break%
       2023-02-05%break%
       2023-02-06%break%
       2023-02-07%break%
       2023-02-08%break%
       2023-02-09%break%
       2023-02-10%break%
       2023-02-11%break%
       2023-02-12%break%
       2023-02-13%break%
       2023-02-14%break%
       2023-02-15%break%
       2023-02-16%break%
       2023-02-17%break%
       2023-02-18%break%
       2023-02-19%break%
       2023-02-20%break%
       2023-02-21%break%
       2023-02-22%break%
       2023-02-23%break%
       2023-02-24%break%
       2023-02-25%break%
       2023-02-26%break%
       2023-02-27%break%
       2023-02-28%break%
       2023-02-29 LEAP%break%
       2023-03-01%break%
       2023-03-02%break%
       2023-03-03%break%
       2023-03-04%break%
       2023-03-05%break%
       2023-03-06%break%
       2023-03-07%break%
       2023-03-08%break%
       2023-03-09%break%
       2023-03-10%break%
       2023-03-11%break%
       2023-03-12%break%
       2023-03-13%break%
       2023-03-14%break%
       2023-03-15%break%
       2023-03-16%break%
       2023-03-17%break%
       2023-03-18%break%
       2023-03-19%break%
       2023-03-20%break%
       2023-03-21%break%
       2023-03-22%break%
       2023-03-23%break%
       2023-03-24%break%
       2023-03-25%break%
       2023-03-26%break%
       2023-03-27%break%
       2023-03-28%break%
       2023-03-29%break%
       2023-03-30%break%
       2023-03-31%break%
       2023-04-01%break%
       2023-04-02%break%
       2023-04-03%break%
       2023-04-04%break%
       2023-04-05%break%
       2023-04-06%break%
       2023-04-07%break%
       2023-04-08%break%
       2023-04-09%break%
       2023-04-10%break%
       2023-04-11%break%
       2023-04-12%break%
       2023-04-13%break%
       2023-04-14%break%
       2023-04-15%break%
       2023-04-16%break%
       2023-04-17%break%
       2023-04-18%break%
       2023-04-19%break%
       2023-04-20%break%
       2023-04-21%break%
       2023-04-22%break%
       2023-04-23%break%
       2023-04-24%break%
       2023-04-25%break%
       2023-04-26%break%
       2023-04-27%break%
       2023-04-28%break%
       2023-04-29%break%
       2023-04-30%break%
       2023-05-01%break%
       2023-05-02%break%
       2023-05-03%break%
       2023-05-04%break%
       2023-05-05%break%
       2023-05-06%break%
       2023-05-07%break%
       2023-05-08%break%
       2023-05-09%break%
       2023-05-10%break%
       2023-05-11%break%
       2023-05-12%break%
       2023-05-13%break%
       2023-05-14%break%
       2023-05-15%break%
       2023-05-16%break%
       2023-05-17%break%
       2023-05-18%break%
       2023-05-19%break%
       2023-05-20%break%
       2023-05-21%break%
       2023-05-22%break%
       2023-05-23%break%
       2023-05-24%break%
       2023-05-25%break%
       2023-05-26%break%
       2023-05-27%break%
       2023-05-28%break%
       2023-05-29%break%
       2023-05-30%break%
       2023-05-31%break%
       2023-06-01%break%
       2023-06-02%break%
       2023-06-03%break%
       2023-06-04%break%
       2023-06-05%break%
       2023-06-06%break%
       2023-06-07%break%
       2023-06-08%break%
       2023-06-09%break%
       2023-06-10%break%
       2023-06-11%break%
       2023-06-12%break%
       2023-06-13%break%
       2023-06-14%break%
       2023-06-15%break%
       2023-06-16%break%
       2023-06-17%break%
       2023-06-18%break%
       2023-06-19%break%
       2023-06-20%break%
       2023-06-21%break%
       2023-06-22%break%
       2023-06-23%break%
       2023-06-24%break%
       2023-06-25%break%
       2023-06-26%break%
       2023-06-27%break%
       2023-06-28%break%
       2023-06-29%break%
       2023-06-30%break%
       2023-07-01%break%
       2023-07-02%break%
       2023-07-03%break%
       2023-07-04%break%
       2023-07-05%break%
       2023-07-06%break%
       2023-07-07%break%
       2023-07-08%break%
       2023-07-09%break%
       2023-07-10%break%
       2023-07-11%break%
       2023-07-12%break%
       2023-07-13%break%
       2023-07-14%break%
       2023-07-15%break%
       2023-07-16%break%
       2023-07-17%break%
       2023-07-18%break%
       2023-07-19%break%
       2023-07-20%break%
       2023-07-21%break%
       2023-07-22%break%
       2023-07-23%break%
       2023-07-24%break%
       2023-07-25%break%
       2023-07-26%break%
       2023-07-27%break%
       2023-07-28%break%
       2023-07-29%break%
       2023-07-30%break%
       2023-07-31%break%
       2023-08-01%break%
       2023-08-02%break%
       2023-08-03%break%
       2023-08-04%break%
       2023-08-05%break%
       2023-08-06%break%
       2023-08-07%break%
       2023-08-08%break%
       2023-08-09%break%
       2023-08-10%break%
       2023-08-11%break%
       2023-08-12%break%
       2023-08-13%break%
       2023-08-14%break%
       2023-08-15%break%
       2023-08-16%break%
       2023-08-17%break%
       2023-08-18%break%
       2023-08-19%break%
       2023-08-20%break%
       2023-08-21%break%
       2023-08-22%break%
       2023-08-23%break%
       2023-08-24%break%
       2023-08-25%break%
       2023-08-26%break%
       2023-08-27%break%
       2023-08-28%break%
       2023-08-29%break%
       2023-08-30%break%
       2023-08-31%break%
       2023-09-01%break%
       2023-09-02%break%
       2023-09-03%break%
       2023-09-04%break%
       2023-09-05%break%
       2023-09-06%break%
       2023-09-07%break%
       2023-09-08%break%
       2023-09-09%break%
       2023-09-10%break%
       2023-09-11%break%
       2023-09-12%break%
       2023-09-13%break%
       2023-09-14%break%
       2023-09-15%break%
       2023-09-16%break%
       2023-09-17%break%
       2023-09-18%break%
       2023-09-19%break%
       2023-09-20%break%
       2023-09-21%break%
       2023-09-22%break%
       2023-09-23%break%
       2023-09-24%break%
       2023-09-25%break%
       2023-09-26%break%
       2023-09-27%break%
       2023-09-28%break%
       2023-09-29%break%
       2023-09-30%break%
       2023-10-01%break%
       2023-10-02%break%
       2023-10-03%break%
       2023-10-04%break%
       2023-10-05%break%
       2023-10-06%break%
       2023-10-07%break%
       2023-10-08%break%
       2023-10-09%break%
       2023-10-10%break%
       2023-10-11%break%
       2023-10-12%break%
       2023-10-13%break%
       2023-10-14%break%
       2023-10-15%break%
       2023-10-16%break%
       2023-10-17%break%
       2023-10-18%break%
       2023-10-19%break%
       2023-10-20%break%
       2023-10-21%break%
       2023-10-22%break%
       2023-10-23%break%
       2023-10-24%break%
       2023-10-25%break%
       2023-10-26%break%
       2023-10-27%break%
       2023-10-28%break%
       2023-10-29%break%
       2023-10-30%break%
       2023-10-31%break%
       2023-11-01%break%
       2023-11-02%break%
       2023-11-03%break%
       2023-11-04%break%
       2023-11-05%break%
       2023-11-06%break%
       2023-11-07%break%
       2023-11-08%break%
       2023-11-09%break%
       2023-11-10%break%
       2023-11-11%break%
       2023-11-12%break%
       2023-11-13%break%
       2023-11-14%break%
       2023-11-15%break%
       2023-11-16%break%
       2023-11-17%break%
       2023-11-18%break%
       2023-11-19%break%
       2023-11-20%break%
       2023-11-21%break%
       2023-11-22%break%
       2023-11-23%break%
       2023-11-24%break%
       2023-11-25%break%
       2023-11-26%break%
       2023-11-27%break%
       2023-11-28%break%
       2023-11-29%break%
       2023-11-30%break%
       2023-12-01%break%
       2023-12-02%break%
       2023-12-03%break%
       2023-12-04%break%
       2023-12-05%break%
       2023-12-06%break%
       2023-12-07%break%
       2023-12-08%break%
       2023-12-09%break%
       2023-12-10%break%
       2023-12-11%break%
       2023-12-12%break%
       2023-12-13%break%
       2023-12-14%break%
       2023-12-15%break%
       2023-12-16%break%
       2023-12-17%break%
       2023-12-18%break%
       2023-12-19%break%
       2023-12-20%break%
       2023-12-21%break%
       2023-12-22%break%
       2023-12-23%break%
       2023-12-24%break%
       2023-12-25%break%
       2023-12-26%break%
       2023-12-27%break%
       2023-12-28%break%
       2023-12-29%break%
       2023-12-30%break%
       2023-12-31
       ```
   

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Unicode Compatibility’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cleverwise-daily-quotes.svg)
 * [Cleverwise Daily Quotes](https://wordpress.org/plugins/cleverwise-daily-quotes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cleverwise-daily-quotes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cleverwise-daily-quotes/)
 * [Active Topics](https://wordpress.org/support/plugin/cleverwise-daily-quotes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cleverwise-daily-quotes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cleverwise-daily-quotes/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [Me](https://wordpress.org/support/users/cyberws/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/unicode-compatibility/#post-16332341)
 * Status: not resolved