... should get the following error:
Please ensure that the shipping_address has less than 100 characters.
How?
If you get the above error, the community forums will advise you to get the ID of the ...
...
This is a simple article to demonstrate how to type special characters not found on your keyboard or on a Qwerty UK/US keyboard layout.
Why?
Being able to type international characters from other ...
... name. The issue is that if you use zoho.crm.searchRecords() this will work fine for company names without special characters such as the ampersand or parentheses. But what if amongst your records you ...
What
A quick post on how I managed to build a regex to extract all non-numeric characters (all non-digits) from a string.
Why?
I only want the digits/numbers from a string:
v_PaymentTerms = ...
What?
A quick article showing my MySQL statement when I want to remove all the accents from foreign characters and return the English equivalent.
Why?
A content management system (CMS) that I' ...
Applies to:
PHP 5.4
MySQL 5.1.4
Databases initially setup with collation 'latin1_swedish_ci'
What
Another article trying to help people display foreign characters on their website without ...
This was called a Data-Scrambling Function but it depends on what you mean by "scrambling". This is a function which merely uses the same characters but switches their order randomly, so I've renamed it ...
This is a note to myself but also to anyone out there who's spent as long as I did looking for a solution to this. Maybe it's just me but this is the scenario:
Joomla works fine with international characters ...
... + v_QuoteRef + "";
// don't forget to escape quote name with CDATA in case of XML banned characters
v_RelatedListXML = v_RelatedListXML + "";
v_RelatedListXML = v_RelatedListXML + "" + v_DateTill ...
... the double-quotes and no funny characters).
It will initialize a project in a folder called something like “/Users//joels_awesome_app”
It will then initialize some NPM dependencies and it will ask ...
... is used for but I enter the same name in lowercase and replacing special characters with an underscore. eg. "the_joel_lipman_app"
Authentication Type: set this to "oauth2"
Param Type: set this to "Header" ...
... are sending are not in the right format.
: The attachment parameter is populated with the file content instead of the internal file name.
: The doc parameter contains special characters.
Improper ...
... have added a WHERE clause which omits words less than 5 characters in length, and some other words not to count.
I have added the ORDER BY to give me the highest count first in descending order.
I ...
... I found a Zoho page with some other pretty useful regular expressions at https://zoholic.blogspot.com/2015/04/some-usefull-regex-in-zoho.html:
Convert a string of characters to a list:
v_MyString ...
What?
This is a quick article on how to generate a 5 letter code from several functions: one which returns 5 randomly selected characters and another two which convert a number to 5 letters.
Why? ...
... getUrlAlias($p_Name){
// lowercase and trim preceding/trailing spaces
$v_Output = strtolower(trim($p_Name));
// replace all non alphanumeric characters (except underscore) to an underscore
...
... be done via the documented methods (base64, urlencode or AES) as this exceeds 255 characters (it could be a multiline but this would defeat the objective of an Etag).
How?
Well I was going to documen ...
What?
A super quick article to show how to link to the thumbnail image of a Google Drive file, in this case a video file.
How?
The hardest part of this is to get the Google Drive File ID (which ...
...
"id": "1srXLU-lotsofalphanumericcharacters_",
"name": "my_video.mp4",
"mimeType": "video/mp4"
}
Additional:
Why not? Let's add a description and some security where we disable download, sharin ...
What? A quick article to stop me running into this issue again. This article serves to address the issue of importing characters from an XML in a different language character set and trying to load it ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.