Skip to content

Instantly share code, notes, and snippets.

View rahulvyas's full-sized avatar
🏠
Working from home

Rahul Vyas rahulvyas

🏠
Working from home
View GitHub Profile
@rahulvyas
rahulvyas / gist:1129297
Created August 6, 2011 12:22 — forked from farcaller/gist:719729
NSString category for GSM7 encoding and GSM7/UCS-2BE string length evaluation
//
// NSString+SMSCount.m
// SmsProsto
//
// Created by Farcaller on 28.11.10.
// Copyright 2010 Codeneedle LLC. All rights reserved.
//
#import "NSString+SMSCount.h"
#include <iconv.h>