The special tag has no wiki summary.
-2
votes
1answer
17 views
Detect if special characters entered in input element JS [closed]
Using JS, how can I detect if a special character is entered into an input field as it's typed?
EDIT: Special character being defined as non-alpha/numeric character
EDIT(2):
If it helps anyone ...
0
votes
1answer
20 views
using sed with ? (question mark) special character
I have an infected website, and I am trying to clean it out using sed. Unfortunately I am unable to escape the question mark sign in the URL and I am really stuck here. I've searched over the web for ...
1
vote
0answers
7 views
Opencart specials on options
I need to offer specials on specific product options rather than the products in general. As you can see on the example page from the old site (http://garrysun.com/amalaki.html), the powder with 0.5 ...
0
votes
3answers
23 views
Special characters in PHP mail
I am having trouble with my PHP mail form, and the use of danish letters Æ,Ø and Å. They appear as rubbish when recieved by email.
I tried the function find and replace, but I simply cannot get it to ...
0
votes
0answers
22 views
Magento bundle special price issue
Having an issue here with our online store using Magento CE 1.7.0.2.
I'm working on bundle and I would like to have special on those bundle. Price is set as fixed when creating the bundle and I set ...
0
votes
1answer
30 views
jQuery highlight plugin breaks a word with special characters (üöä)
I have a jQuery plugin that on input of word highlights the corresponding value in text. Words can be separated with space too. My problem is when there is a word with special characters (ü,ö or ä). ...
-1
votes
2answers
29 views
Special Characters in PHP? [closed]
there is a statement that allows you to submit all special characters without having to resort to whenever http://www.caratterispecialihtml.com/ ? Thanks!
1
vote
3answers
28 views
Get value of special attribute with jQuery
I gave my <img> a special attribute like this:
<img src="image.png" _percent="0.01">
Now I want to get the value of _percent with jQuery (or basic javascript)
I tried
...
0
votes
1answer
27 views
Import Library with special character in IronPython
I got a C++.NET library from a colleague with a name like "my-name.dll". Importing in IronPython is not possible since "from my-name import *" is not valid.
If I rename the library to "myname.dll" I ...
2
votes
1answer
30 views
Difficulties with awk sub command output when there is a + sign in the last field
folks:
I am having a problem with the awk sub command when passing it a string that contains the + symbol in the last field. I am trying to output all but the last field in the record without the ...
0
votes
2answers
29 views
How to replace a special xml tag by using php
I have a xml file such as this:
<?xml version="1.0"?>
<datas>
<books>
<book>
<id>1</id>
<title>PHP Undercover</title>
<author>Wiwit ...
0
votes
0answers
33 views
parsing special characters in php mailing script
I wrote a simple php script to send emails from my server for a contact form.
I am seeing responses with special characters such as quotation marks coming out as " and such in the emails.
It ...
0
votes
1answer
96 views
How deal with special characters in GET request for a password field?
I'm working in a web app that authenticates through a get request (and I have no other option), the method already works, except for users whose password contains special characters, for example there ...
1
vote
1answer
70 views
Python - Unable to rename a file with special characters in the file name
I have a bunch of mp3 files that somehow have a special character in the 0th index. So the file name looks like this - ▶ Alone Tonight - Radio Edit - Above & Beyond .mp3
I want to be able to fix ...
0
votes
2answers
81 views
Android: Display special characters in ListView
At this moment I am creating a small Android app, as a hobby.
It is not something serious: it makes a query from an sqlite database, and displays the results in a listview element. If you click on an ...
1
vote
2answers
120 views
How to escape a special character in Hive shell/JDBC statement?
I'm trying to create an external table from a JSON file, which looks like this:
{"id": "0010001", "my$entities": [{"a": "foo", "b": "bar"}]}
this is a file on HDFS and I don't have control on it.
...
0
votes
0answers
72 views
code regarding keyPress( ) method and keycode for virtual keyboard in java for special characters
I have to create a virtual keyboard in java to type frequently some special characters like:Ã Ð Ğ Ș Ģ Ŗ etc. As they are not present in our regular English keyboards, the virtual keyboard is must for ...
-5
votes
1answer
55 views
trying to add name address phone and email to existing tables, this is what I have so far [closed]
Using iSQLPlus. For email column, the @ doesnt seem to be accepted. Any help on inserting the @ or other special characters?
ALTER table tutor
(add name varchar2 (50),
add address varchar2 (50),
...
0
votes
0answers
57 views
How to escape special characters in scp
I want to be able to escape any worst case scenario file path in scp. I can't find a way to escape a file with an exclamation point and a " character at the same time.
Back story:
I have a webpage ...
2
votes
2answers
45 views
WordPress Safari Broswer urls include line feed special character
I have been doing some testing. NOTE: This is only happening with the Safari browser.
I turned off all plugins and activated theme Twenty Ten (instead of my Catch Box child theme). Under this ...
0
votes
1answer
206 views
PHP Replace special characters with corresponding ascii code
I'm looking for a function that converts all special characters in their corresponding ascii code!
I'll exlpain!
I have this code:
<trust:RequestSecurityTokenResponseCollection ...
-1
votes
2answers
176 views
How to remove special characters from string using batch
I have very little knowledge in batch programming. I want to remove special characters from string Suppose If String= " How:to,convert special characters" wants to convert into this " ...
0
votes
1answer
59 views
Wordpress Loop Special Html Output
I am trying to get a special wordpress loop html output:
<div id="main">
<!-- Line number 1 -->
<div class="article-thumbnail" data-target="article-1" >
<div ...
0
votes
0answers
58 views
How can I disable the conversion of special characters to HTML entities in a Wordpress widget?
I'm adding a Wordpress widget like this:
class MyNewWidget extends WP_Widget {
function MyNewWidget() {
parent::__construct( false, 'My New Widget Title' );
}
function widget( ...
0
votes
0answers
63 views
Magento Special Price issue in single product view
Before i begin please note i'm a relative Magento noob so I hope the following makes sense:
I'm using Magento 1.7.0.2 and there is an odd thing happening with the Special Price when in a single ...
0
votes
1answer
105 views
SimpleXMLElement, How to Avoid Entity Errors? (Entity 'Acirc' not defined in …)
How can I avoid as many entity conflicts as possible in an environment where the XML doc is containing blog-post type content?
Warning: SimpleXMLElement::__construct() [simplexmlelement.--construct]: ...
0
votes
1answer
43 views
special price - how to remove in mass?
I hase set some special price, with a start date, and no end date.
Now I want to remove all the special price.
so no discount.
I went to the catalog view, I select ALL products, and clicked on ...
-1
votes
2answers
53 views
c# encoding string to unknown format
I know a website that converts special characters but I don't know what is encoded format.
example :
When I search uğur in website, it converts to ug21ur in URL.
Is it an encoding format or? How can ...
2
votes
3answers
64 views
bash find treating * as *
#!/bin/bash
read nameArg
find -name "$nameArg"
With this code when I input for example *.txt it will give me all the files that ends on txt, but I want only the specific one which name is *.txt. How ...
0
votes
0answers
56 views
How to post special character
I want to post this content to database:
sprintf('%08d',1);
sprintf('%02d',1);
But when i submit form, i got this result:
sprintf('d',1);
sprintf('d',1);
It's wrong, i don't know why and how ...
-1
votes
1answer
76 views
Flex how to input Special Characters in itemrenderer [closed]
I inputted !@#$%^&*() in TextInput
but DB data is !@#$%
why?
<mx:AdvancedDataGridColumn width="200" textAlign="center">
<mx:itemRenderer>
<mx:Component>
...
0
votes
1answer
88 views
magento special price product page loads products with wrong dates
I found this tut to create a page with magento products with a special price.
http://workingmagento.blogspot.nl/2011/02/magento-how-to-create-special-price.html
It works fine only with selecting te ...
0
votes
0answers
67 views
getting special characters while writing an xml
I was trying to write some contents extracted from one tool and by using those information, I used to write it on xml file using XML Writer method.where when i get a new line character,some special ...
0
votes
1answer
44 views
Special characters doesnt work when load a page into div by ajax
I'm trying to change my static php page to ajax. I don't have much information about it to be honest.
My problem is: When I load content into a div, my old php version works fine but when i use the ...
3
votes
1answer
113 views
Node.js - Express special characters in routes (/campañas)
I have a problem trying to set a route in Node JS with Express framework.
My route is this one:
app.get('/campaña/nueva', sms.nueva);
But i cant get it to work, because of the evil "Ñ" (it works ...
1
vote
1answer
49 views
Heaviest path in special graph (PHP)
I have to search the heaviest path in graph what like:
1
2 1
4 5 8
2 2 3 4
(1,1,8,4 in this example)
The graph like this ever.
So it is an element who has two children ...
0
votes
2answers
177 views
Oracle get values from :new, :old dynamically by string key
How to get a value from special :new or :old by "string key"?
e.g. in PHP:
$key = 'bar';
$foo[$key]; //get foo value
How to in Oracle?
:new.bar --get :new 'bar' value
and
key = 'bar';
...
0
votes
0answers
20 views
Email error with
I've got a site with WordPress, and when I send an email with the contact form, the messages received have these characters when I "Carriage Return".
How can I resolve it?
0
votes
1answer
45 views
Comparing chars with spanish characters
I have a input with any character and i need to have a array that separates the words in the input. The array needs to have just the letters (is in spanish, so it includes accented letters). My code ...
0
votes
0answers
25 views
is ® (registered trademark) supported by sIFR
i am using sIFR 2.0.7 version.
when i am putting registered trademark for content header, it is getting skip by the sIFR and only text string getting displayed.
we are reading the content heading from ...
0
votes
0answers
39 views
how to create a bullet that has penetration and aoe damage in cocos2d?
Most of the tutorials I found only implement the bullet to hit once and then disappears. But I want to create a laser bullet that penetrate through a group of enemies and do damage to each enemies ...
0
votes
0answers
124 views
Oracle procedure ,how to insert special characters within the string
I am created a XML generating procedure for XML out put.like below Code fragment.this code have special characters.so i can't compile this procedure.my question is how to insert special characters ...
0
votes
0answers
390 views
How to copy and paste an entire Excel workbook (with named ranges) with macros but paste values only
I am trying to replicate an excel macro workbook that contains formulas that are updated in real-time. The issue here is that I am only interested in copying the values returned by the formulas; at ...
0
votes
1answer
108 views
Kendo Grid Specials Characters
I'm using a Kendo Grid to read JSON datas.
"contentType: "application/json; charset=utf-8"," is indicated but the specials characters as 'é', 'à', etc ... aren't encoded and appear like "%Ã" or ...
0
votes
1answer
173 views
OpenCart Hide special offers title if no special offers available
I want to make a relatively simple modification to OpenCart so that if there are no Special Offers available, or applicable, that the title Special Offers does not display.
If none are available or ...
1
vote
2answers
80 views
Special charactes in query parameter
I am using 1 search option on my form. Here when i pass any special
characters like & or $ it does not hold that request parameter in the search box yeah but it is processing my request of search.
...
1
vote
1answer
332 views
Change specific div, nth-child?
I have a problem here. I have this div that's mentioned 4 times in my code, like:
<div class='box1'>
Hello 1
</div>
<div class='box1'>
Hello 2
</div>
<div class='box1'>
...
0
votes
1answer
674 views
Excel copy text field with hyperlink, paste only hyperlink [closed]
I have an Excel file with an Email column.
All the fields in this column have the word "Email" with a hyperlink for each different email address.
How can I copy the original field and then paste ...
1
vote
2answers
106 views
Replace + sign from the URL using htaccess
I want to change the URL of my website using .htaccess file :
http://godofindia.com/Guru+Saint+Mahatma-103/
to
http://godofindia.com/Guru-Saint-Mahatma-103/
I only want the + sign to ...
0
votes
3answers
152 views
Set text with special characters
I need to display special characters in TextBlock from string in code.
<TextBlock x:Name="tboxData" TextWrapping="Wrap" Text=">> <<" />
is working, but I need to ...



